3 Commits

Author SHA1 Message Date
b59413b51f Merge version_2 into main
Merge version_2 into main
2026-01-21 20:12:46 +00:00
798acac68a Update src/app/page.tsx 2026-01-21 20:12:42 +00:00
264d9bb66a Update src/app/layout.tsx 2026-01-21 20:12:41 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -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"