4 Commits

Author SHA1 Message Date
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

@@ -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>