Update src/app/page.tsx
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user