From d09c30615c4c0ac8e07a501accd8315b53a174f3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 21:40:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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() {