diff --git a/apps/website/src/app/components/About.tsx b/apps/website/src/app/components/About.tsx index 40f503fdb..0ed0ee931 100644 --- a/apps/website/src/app/components/About.tsx +++ b/apps/website/src/app/components/About.tsx @@ -1,18 +1,21 @@ 'use client'; -import { motion } from 'framer-motion'; +import {motion} from 'framer-motion'; export function About() { return (
- The name "Aligned Fam Kernel" is inspired by our vision to align the web3 family together, in one Social graph. We build and fight together, not against. What if the treasure are the friends we made along the way? Then A decentralized social network should be a treasure trove of memories and connections! + The name "Aligned Fam Kernel" is inspired by our vision to align the web3 family + together, in one Social graph. We build and fight together, not against. What if the + treasure are the friends we made along the way? Then A decentralized social network should + be a treasure trove of memories and connections!
); diff --git a/apps/website/src/app/components/HeroSection.tsx b/apps/website/src/app/components/HeroSection.tsx index 5cc61c8e4..d27a8ea20 100644 --- a/apps/website/src/app/components/HeroSection.tsx +++ b/apps/website/src/app/components/HeroSection.tsx @@ -1,28 +1,28 @@ 'use client'; -import { motion } from 'framer-motion'; +import {motion} from 'framer-motion'; export function HeroSection() { return (

@@ -48,12 +48,12 @@ export function HeroSection() { src="/assets/degen-logo.png" className="absolute left-[-31px] desktop:left-2 bottom-[39px] desktop:bottom-[49px] z-[250] desktop:w-[380px] w-[210px]" alt="" - animate={{ x: [-500, 0] }} + animate={{x: [-500, 0]}} transition={{ - x: { duration: 1 }, + x: {duration: 1}, }} - initial={{ opacity: 0 }} - whileInView={{ opacity: 1 }} + initial={{opacity: 0}} + whileInView={{opacity: 1}} />

); diff --git a/apps/website/src/app/components/Navbar.tsx b/apps/website/src/app/components/Navbar.tsx index 3af36bb9f..b44ad69df 100644 --- a/apps/website/src/app/components/Navbar.tsx +++ b/apps/website/src/app/components/Navbar.tsx @@ -23,7 +23,11 @@ export function Navbar() {
- +