diff --git a/src/app/page.tsx b/src/app/page.tsx index 0af0b3d..f45a9bc 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 } from "lucide-react"; +import { Sparkles, Instagram, Facebook, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -36,7 +36,6 @@ 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" @@ -86,21 +85,6 @@ export default function LandingPage() { /> -
-
-

Visit Our Studio

- -
-
-
); -} +} \ No newline at end of file