diff --git a/src/app/page.tsx b/src/app/page.tsx index 32e420d..7a48110 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Leaf, ShieldCheck, Zap } from "lucide-react"; +import { Leaf, ShieldCheck, Zap, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -37,6 +37,8 @@ export default function LandingPage() { name: "About", id: "features"}, { name: "Contact", id: "contact"}, + { + name: "Maps", id: "maps"}, ]} brandName="Express Mart" /> @@ -69,6 +71,20 @@ export default function LandingPage() { /> +