diff --git a/src/app/page.tsx b/src/app/page.tsx index 79fc7ba..3affc4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,29 +127,29 @@ export default function LandingPage() { description="Affordable quality grooming for every budget" plans={[ { - id: "1", price: "$25", name: "Haircut", buttons={[ + id: "1", price: "$25", name: "Haircut", buttons: [ { text: "Book Now", href: "#contact" }, - ]}, - features={[ + ], + features: [ "Professional haircut", "Consultation included", "Complimentary styling" - ]} + ] }, { id: "2", badge: "Most Popular", badgeIcon: Sparkles, - price: "$35", name: "Haircut + Beard", buttons={[ + price: "$35", name: "Haircut + Beard", buttons: [ { text: "Book Now", href: "#contact" }, - ]}, - features={[ + ], + features: [ "Professional haircut", "Beard trim and shape", "Premium shaving cream", "Hot towel treatment" - ]} + ] }, { - id: "3", price: "$50", name: "Premium Package", buttons={[ + id: "3", price: "$50", name: "Premium Package", buttons: [ { text: "Book Now", href: "#contact" }, - ]}, - features={[ + ], + features: [ "Complete grooming experience", "Haircut + beard trim", "Facial conditioning", "Scalp massage", "Premium products" - ]} + ] }, ]} animationType="slide-up"