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 +}