diff --git a/src/app/page.tsx b/src/app/page.tsx index 695f949..46251c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,18 +159,15 @@ export default function LandingPage() { id: "essential", price: "$59", name: "Essential Bouquet", buttons: [ { text: "Choose Plan", href: "#contact" }, { text: "View Details", href: "#" }, - ], - features: [ + ], features: [ "5-stem hand-tied arrangement", "Fresh seasonal flowers", "Local delivery included", "Personalized card" ], }, { - id: "premium", price: "$129", name: "Premium Collection", badge: "Most Popular", badgeIcon: Heart, - buttons: [ + id: "premium", price: "$129", name: "Premium Collection", badge: "Most Popular", badgeIcon: Heart, buttons: [ { text: "Choose Plan", href: "#contact" }, { text: "View Details", href: "#" }, - ], - features: [ + ], features: [ "10-stem luxury arrangement", "Premium rose & exotic flowers", "Same-day delivery available", "Complimentary vase", "Personalized consultation" ], }, @@ -178,8 +175,7 @@ export default function LandingPage() { id: "luxury", price: "$249", name: "Luxury Custom Design", buttons: [ { text: "Order Now", href: "#contact" }, { text: "Consult", href: "#contact" }, - ], - features: [ + ], features: [ "15+ stem fully custom arrangement", "Premium imported flowers", "Luxury presentation & packaging", "Emergency & same-day fulfillment", "Dedicated design consultation", "Complimentary delivery & setup" ], },