Update src/app/page.tsx

This commit is contained in:
2026-05-07 22:48:44 +00:00
parent ffc08a8ab4
commit 7d65a6bf7e

View File

@@ -10,7 +10,6 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { MapPin, Phone, Clock, Star } from "lucide-react";
export default function SpaPage() {
return (
@@ -78,6 +77,7 @@ export default function SpaPage() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Traditional Thai", description: "A rhythmic, full-body massage to increase flexibility.", imageSrc: "http://img.b2bpic.net/free-photo/sadness-girlfriend-sit-bed-think-relationship-problems-with-her-boyfriend_1150-5062.jpg" },
{ title: "Aromatherapy Oil", description: "Soothing massage with aromatic essential oils.", imageSrc: "http://img.b2bpic.net/free-photo/coconut-oil-tropical-leaves-fresh-coconuts-spa-coconut-products-light-wooden-surface_1150-42399.jpg" },
@@ -96,6 +96,7 @@ export default function SpaPage() {
showRating={true}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah P.", handle: "Local Resident", testimonial: "The best Thai massage I have had in Songkhla. Extremely clean and professional.", rating: 5 },
{ id: "2", name: "Mark W.", handle: "Visitor", testimonial: "The herbal compress treatment was exactly what I needed after traveling. Pure relaxation.", rating: 5 },
@@ -108,6 +109,7 @@ export default function SpaPage() {
<FaqSplitText
sideTitle="Common Questions"
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "What are your opening hours?", content: "We are open daily starting from 11:00 AM." },
{ id: "2", title: "Do I need to book in advance?", content: "While we welcome walk-ins, we highly recommend booking in advance to ensure your preferred time slot." },