5 Commits

Author SHA1 Message Date
f0c427e0dc Merge version_4 into main
Merge version_4 into main
2026-05-13 07:05:02 +00:00
8f642a3093 Update src/app/styles/variables.css 2026-05-13 07:04:59 +00:00
d7b0961627 Merge version_3 into main
Merge version_3 into main
2026-05-13 07:02:56 +00:00
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
2 changed files with 15 additions and 15 deletions

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>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #fffafb;
--card: #1a1a1a; --card: #ffffff;
--foreground: #f5f5f5; --foreground: #5a2d3c;
--primary-cta: #d4af37; --primary-cta: #ff85a2;
--primary-cta-text: #0a0a0a; --primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a; --secondary-cta: #fce4ec;
--secondary-cta-text: #f5f5f5; --secondary-cta-text: #f5f5f5;
--accent: #b8860b; --accent: #ffccd5;
--background-accent: #2a2a2a; --background-accent: #f8bbd0;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);