From 3f4b6f65309935582dc693eb8ed0ee2a2a14e51d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:30:14 +0000 Subject: [PATCH] Switch to version 3: modified src/app/page.tsx --- src/app/page.tsx | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) 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