From 8d5d1a7eb3acde4fe15976e94dada0dd09863d84 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 05:25:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4af6d6a..1c1d18d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,11 +100,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "lomi", title: "Traditional Lomi Lomi", subtitle: "Release deep-seated stress", category: "Specialty", value: "Continuous flowing strokes"}, + id: "lomi", title: "Traditional Lomi Lomi", subtitle: "Release deep-seated stress", category: "Specialty", value: "Continuous flowing strokes", buttons: [{ text: "Book Now", href: "#contact" }]}, { - id: "swedish", title: "Swedish Relaxation", subtitle: "Restore inner calm", category: "Basics", value: "Light to medium pressure"}, + id: "swedish", title: "Swedish Relaxation", subtitle: "Restore inner calm", category: "Basics", value: "Light to medium pressure", buttons: [{ text: "Book Now", href: "#contact" }]}, { - id: "deep", title: "Deep Tissue", subtitle: "Accelerate muscle recovery", category: "Therapy", value: "Muscle recovery focused"}, + id: "deep", title: "Deep Tissue", subtitle: "Accelerate muscle recovery", category: "Therapy", value: "Muscle recovery focused", buttons: [{ text: "Book Now", href: "#contact" }]}, ]} title="Our Specialized Therapies" description="Tailored treatments to restore balance and harmony."