From 17d589a0d5661b545ce1f6a377506978d8bbcaf3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:28:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) 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() { /> +
+
+

Visit Our Studio

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