Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 20:12:36 +00:00

View File

@@ -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"
],
},