diff --git a/src/app/page.tsx b/src/app/page.tsx index f45a9bc..0af0b3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Sparkles, Instagram, Facebook, Twitter } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -36,6 +36,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Reels", id: "reels" }, { name: "Pricing", id: "pricing" }, + { name: "Location", id: "map" }, { name: "Contact", id: "contact" }, ]} brandName="Royal Glow" @@ -85,6 +86,21 @@ export default function LandingPage() { /> +