Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 798acac68a | |||
| 264d9bb66a |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user