From c7323de3acff1b51f4b9a83d03f9fecc6a1c289e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:41:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f49d66..25bd59b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { description="Discover what makes our spa the best massage destination in Dar es Salaam" features={[ { - id: "authentic", title: "Authentic Thai Techniques", description: "Our therapists are trained in traditional Thai massage methods designed to restore balance and relieve tension through proven healing practices.", tag: "Healing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8v813f", imageAlt: "Professional Thai massage technique" + id: "authentic", title: "Authentic Thai Techniques", description: "Our therapists are trained in traditional Thai massage methods designed to restore balance and relieve tension through proven healing practices.", tag: "Healing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8v813f&_wi=1", imageAlt: "Professional Thai massage technique" }, { id: "professional", title: "Professional Therapists", description: "Each technician has years of experience delivering expert treatments for relaxation and muscle recovery with skill and care.", tag: "Expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7b08er", imageAlt: "Professional massage therapist" @@ -87,7 +87,7 @@ export default function LandingPage() { description="Explore our signature treatments designed for relaxation, pain relief, and holistic wellness" products={[ { - id: "traditional-thai", name: "Traditional Thai Massage", price: "From TSH 80,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8v813f", imageAlt: "Traditional Thai Massage", initialQuantity: 1 + id: "traditional-thai", name: "Traditional Thai Massage", price: "From TSH 80,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8v813f&_wi=2", imageAlt: "Traditional Thai Massage", initialQuantity: 1 }, { id: "sports-massage", name: "Sports Massage", price: "From TSH 100,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yyz8tf", imageAlt: "Sports Massage", initialQuantity: 1 -- 2.49.1