diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 948a0b1..833e14a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Lightbulb } from "lucide-react"; +import { Lightbulb, Leaf, Footprints, Hammer } from "lucide-react"; export default function LandingPage() { return ( @@ -30,32 +30,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Men", id: "men", - href: "/men", + }, { name: "Women", id: "women", - href: "/women", + }, { name: "Kids", id: "kids", - href: "/kids", + }, { name: "Sale", id: "sale", - href: "/sale", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} brandName="StrideStyle" @@ -71,6 +71,9 @@ export default function LandingPage() {