diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3ed23b4..3f172cb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,42 +40,17 @@ export default function LandingPage() {
@@ -108,50 +71,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
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",
- ],
- },
- {
- id: "p3",
- badge: "Lashes",
- price: "R350 - R450",
- subtitle: "Classic Lashes",
- features: [
- "Natural Look",
- "Enhancement",
- "Professional Application",
- ],
- },
- {
- id: "p4",
- badge: "Lashes",
- price: "R500 - R550",
- subtitle: "Hybrid Lashes",
- features: [
- "Fuller Volume",
- "Textured Effect",
- "High Definition",
- ],
- },
+ { 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"] },
+ { id: "p3", badge: "Lashes", price: "R350 - R450", subtitle: "Classic Lashes", features: ["Natural Look", "Enhancement", "Professional Application"] },
+ { 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."
@@ -160,63 +83,20 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file