diff --git a/src/app/page.tsx b/src/app/page.tsx index 87559d3..5416fd0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import SplitAbout from '@/components/sections/about/SplitAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, MapPin, Scan, CheckCircle, Search } from "lucide-react"; +import { Scan, CheckCircle, Search } from "lucide-react"; export default function LandingPage() { return ( @@ -33,7 +33,8 @@ export default function LandingPage() { { name: "Features", id: "features" }, { name: "How It Works", id: "how-it-works" }, { name: "Testimonials", id: "testimonials" }, - { name: "FAQ", id: "faq" } + { name: "FAQ", id: "faq" }, + { name: "Contact", id: "contact" } ]} brandName="Find My Stuff" /> @@ -59,7 +60,6 @@ export default function LandingPage() {