Merge version_1 into main #4

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

View File

@@ -135,15 +135,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
logos={[
{ src: "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529511.jpg", alt: "Event Planning Partner" },
{ src: "http://img.b2bpic.net/free-vector/wedding-invitation-golden-badge-with-groom-bride-names-elegant-style_53876-99289.jpg", alt: "Wedding Venue Partner" },
{ src: "http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575784.jpg", alt: "Local Business Partner" },
{ src: "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529511.jpg", alt: "Event Planning Partner" },
{ src: "http://img.b2bpic.net/free-vector/luxury-perfume-logo-template_23-2148467971.jpg", alt: "Florist Network Partner" },
{ src: "http://img.b2bpic.net/free-vector/linear-flat-wedding-monograms-collection_23-2148983859.jpg", alt: "Wedding Coordination Partner" },
{ src: "http://img.b2bpic.net/free-vector/colorful-gift-logo_1051-902.jpg", alt: "Gift Service Partner" },
{ src: "http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575775.jpg", alt: "Local Retail Partner" },
]}
"http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529511.jpg", "http://img.b2bpic.net/free-vector/wedding-invitation-golden-badge-with-groom-bride-names-elegant-style_53876-99289.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575784.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529511.jpg", "http://img.b2bpic.net/free-vector/luxury-perfume-logo-template_23-2148467971.jpg", "http://img.b2bpic.net/free-vector/linear-flat-wedding-monograms-collection_23-2148983859.jpg", "http://img.b2bpic.net/free-vector/colorful-gift-logo_1051-902.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575775.jpg"]}
names={[]}
speed={40}
showCard={true}
@@ -159,15 +151,18 @@ 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"
],
},
@@ -175,7 +170,8 @@ 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"
],
},