diff --git a/src/app/page.tsx b/src/app/page.tsx index eb3a38e..48079ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,12 +73,12 @@ export default function LandingPage() { features: ["Precision Haircut", "Line-up", "Hot Towel Service"], }, { - id: "p2", badge: "Complete", price: "$65", subtitle: "Full Grooming", buttons: [{ text: "Book", href: "#contact" }], - features: ["Signature Cut", "Beard Trim", "Facial Treatment"], + id: "p2", badge: "Design", price: "$35", subtitle: "Haircut with Design", buttons: [{ text: "Book", href: "#contact" }], + features: ["Precision Haircut", "Custom Hair Design", "Line-up"], }, { - id: "p3", badge: "Executive", price: "$85", subtitle: "The Migo Elite", buttons: [{ text: "Book", href: "#contact" }], - features: ["Full Grooming", "Hot Towel", "Express Facial"], + id: "p3", badge: "Complete", price: "$65", subtitle: "Full Grooming", buttons: [{ text: "Book", href: "#contact" }], + features: ["Signature Cut", "Beard Trim", "Facial Treatment"], }, ]} title="Services & Pricing" @@ -132,4 +132,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}