diff --git a/src/app/page.tsx b/src/app/page.tsx index 5541247..0b4224f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { description="Indulge in an elevated beauty experience designed to rejuvenate your spirit." buttons={[ { - text: "Book Your Session", href: "tel:0726383754"}, + text: "Reserve Your Spot", href: "tel:0726383754"}, ]} mediaItems={[ { @@ -98,32 +98,32 @@ export default function LandingPage() { { id: "1", label: "Massage", title: "Swedish Relaxation", items: [ "Deep tissue release", "Stress relief", "60 min - R600"], - buttons: [{ text: "Book Now", href: "tel:0726383754" }] + buttons: [{ text: "Reserve Your Spot", href: "tel:0726383754" }] }, { id: "2", label: "Skin", title: "Signature Facial", items: [ "Hydrating glow", "Deep cleanse", "45 min - R450"], - buttons: [{ text: "Book Now", href: "tel:0726383754" }] + buttons: [{ text: "Reserve Your Spot", href: "tel:0726383754" }] }, { id: "3", label: "Beauty", title: "Gold Manicure", items: [ "Gel polish", "Hand massage", "60 min - R350"], - buttons: [{ text: "Book Now", href: "tel:0726383754" }] + buttons: [{ text: "Reserve Your Spot", href: "tel:0726383754" }] }, { id: "4", label: "Body", title: "Full Polish", items: [ "Exfoliation", "Smoothing", "30 min - R400"], - buttons: [{ text: "Book Now", href: "tel:0726383754" }] + buttons: [{ text: "Reserve Your Spot", href: "tel:0726383754" }] }, { id: "5", label: "Wellness", title: "Hot Stone", items: [ "Warm muscle therapy", "Circulation", "90 min - R800"], - buttons: [{ text: "Book Now", href: "tel:0726383754" }] + buttons: [{ text: "Reserve Your Spot", href: "tel:0726383754" }] }, { id: "6", label: "Special", title: "Deep Clean", items: [ "Pore refined", "Brightening", "50 min - R550"], - buttons: [{ text: "Book Now", href: "tel:0726383754" }] + buttons: [{ text: "Reserve Your Spot", href: "tel:0726383754" }] }, ]} title="Our Signature Services" @@ -181,7 +181,7 @@ export default function LandingPage() { text="Ready for your glow? Call Dee Beauty Spa today." buttons={[ { - text: "072 638 3754", href: "tel:0726383754"}, + text: "Reserve Your Spot", href: "tel:0726383754"}, ]} />