Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f642a3093 | |||
| d7b0961627 | |||
| 4efc8c7190 | |||
| 2a4628a53d |
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #d4af37;
|
||||
--background: #fffafb;
|
||||
--card: #ffffff;
|
||||
--foreground: #5a2d3c;
|
||||
--primary-cta: #ff85a2;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta: #fce4ec;
|
||||
--secondary-cta-text: #f5f5f5;
|
||||
--accent: #b8860b;
|
||||
--background-accent: #2a2a2a;
|
||||
--accent: #ffccd5;
|
||||
--background-accent: #f8bbd0;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user