6 Commits

Author SHA1 Message Date
cb6ec1867e Update src/app/page.tsx 2026-04-16 15:13:33 +00:00
a2332a09ee Merge version_3 into main
Merge version_3 into main
2026-04-16 15:12:44 +00:00
bf73a1fb02 Update src/app/page.tsx 2026-04-16 15:12:41 +00:00
fefff67a17 Merge version_2 into main
Merge version_2 into main
2026-04-16 15:11:48 +00:00
bd4e95794e Update src/app/page.tsx 2026-04-16 15:11:42 +00:00
f6d037c839 Merge version_1 into main
Merge version_1 into main
2026-04-16 15:10:56 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{ variant: "sparkles-gradient" }}
title="Eminence Beauty Studio"
title="Enhance Your Natural Radiance"
description="Excellence in brow, lash, and organic skincare treatments in the heart of Middelburg."
buttons={[{ text: "Book Your Session", href: "#contact" }]}
mediaItems={[
@@ -70,6 +70,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Book Now", href: "#contact" }]}
plans={[
{ id: "p1", badge: "Brows", price: "R1,900", subtitle: "Microblading", features: ["Consultation", "Precision Mapping", "Lasting Results"] },
{ id: "p2", badge: "Brows", price: "R550 - R1,000", subtitle: "Brow Touch-ups", features: ["Maintenance", "Refining", "Shape Correction"] },
@@ -77,7 +78,7 @@ export default function LandingPage() {
{ id: "p4", badge: "Lashes", price: "R500 - R550", subtitle: "Hybrid Lashes", features: ["Fuller Volume", "Textured Effect", "High Definition"] }
]}
title="Professional Services"
description="Specialized techniques for stunning brows and lashes."
description="Invest in your confidence with our expert-level lash and brow styling."
/>
</div>