|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
"use client"
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
|
|
|
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 FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
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() {
|
|
|
|
export default function SpaPage() {
|
|
|
|
return (
|
|
|
|
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."
|
|
|
|
description="Discover complete wellness and rejuvenation at our premium spa sanctuary. Expert therapists and luxurious treatments await you."
|
|
|
|
tag="Welcome to Serenity"
|
|
|
|
tag="Welcome to Serenity"
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817020.jpg"
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg"
|
|
|
|
imageAlt="Serene spa environment with candles and towels"
|
|
|
|
imageAlt="Serenity Spa premium wellness sanctuary"
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
text: "Book a Treatment", href: "contact"
|
|
|
|
text: "Book a Treatment", href: "contact"
|
|
|
|
@@ -228,4 +228,4 @@ export default function SpaPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|