2 Commits

Author SHA1 Message Date
4efc8c7190 Update src/app/page.tsx 2026-05-13 07:02:53 +00:00
2a4628a53d Merge version_2 into main
Merge version_2 into main
2026-05-13 07:01:02 +00:00

View File

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