From 264d9bb66a1b6c07b82cc1240357fb546abeb5d8 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 20:12:41 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d93174b..0c43eec 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1262,4 +1262,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From 798acac68ae81b4c90976524d4c5c8a6f1e942e6 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 20:12:42 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e86085..8f29d5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -9,7 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Sparkles, Heart, HelpCircle } from "lucide-react"; +import { Sparkles, Heart, HelpCircle, Building2 } from "lucide-react"; export default function SpaPage() { return ( @@ -40,8 +40,8 @@ export default function SpaPage() { description="Discover complete wellness and rejuvenation at our premium spa sanctuary. Expert therapists and luxurious treatments await you." tag="Welcome to Serenity" tagIcon={Sparkles} - imageSrc="https://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817020.jpg" - imageAlt="Serene spa environment with candles and towels" + imageSrc="https://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg" + imageAlt="Serenity Spa premium wellness sanctuary" buttons={[ { text: "Book a Treatment", href: "contact" @@ -228,4 +228,4 @@ export default function SpaPage() { ); -} \ No newline at end of file +}