From 4d3dd25037839d835ae89a314eee36377df2f8c8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:27:49 +0000 Subject: [PATCH] Update src/app/bouquets/page.tsx --- src/app/bouquets/page.tsx | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/src/app/bouquets/page.tsx b/src/app/bouquets/page.tsx index 9e9ea5e..77ab8c0 100644 --- a/src/app/bouquets/page.tsx +++ b/src/app/bouquets/page.tsx @@ -35,7 +35,8 @@ export default function BouquetsPage() { brandName="Lilat Flowers" navItems={navItems} button={{ - text: "Order Now", href: "#order-form"}} + text: "Order Now", href: "#order-form" + }} /> @@ -51,17 +52,21 @@ export default function BouquetsPage() { products={[ { id: "1", brand: "Lilat Flowers", name: "Red Romance Roses", price: "₾89.99", rating: 5, - reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-isolated-white-panoramic-view_268835-1376.jpg?_wi=2", imageAlt: "Red Romance Roses bouquet"}, + reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-isolated-white-panoramic-view_268835-1376.jpg?_wi=2", imageAlt: "Red Romance Roses bouquet" + }, { id: "2", brand: "Lilat Flowers", name: "Birthday Celebration Mix", price: "₾69.99", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-still-life_23-2148134813.jpg?_wi=2", imageAlt: "Birthday Celebration flower mix"}, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-still-life_23-2148134813.jpg?_wi=2", imageAlt: "Birthday Celebration flower mix" + }, { id: "3", brand: "Lilat Flowers", name: "Luxury Wedding White", price: "₾149.99", rating: 5, - reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/floral-ornament-with-heart-shaped_1157-334.jpg?_wi=2", imageAlt: "Luxury Wedding White flowers"}, + reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/floral-ornament-with-heart-shaped_1157-334.jpg?_wi=2", imageAlt: "Luxury Wedding White flowers" + }, ]} buttons={[ { - text: "Order Now", href: "#order-form"}, + text: "Order Now", href: "#order-form" + }, ]} /> @@ -79,15 +84,19 @@ export default function BouquetsPage() { mediaAnimation="slide-up" accordionItems={[ { - id: "1", title: "How to Order Custom", content: "Contact us by phone at +995 577 05 42 83 or WhatsApp to describe your vision. Tell us your budget, colors, flowers, and occasion."}, + id: "1", title: "How to Order Custom", content: "Contact us by phone at +995 577 05 42 83 or WhatsApp to describe your vision. Tell us your budget, colors, flowers, and occasion." + }, { - id: "2", title: "Design Consultation", content: "Our florists will suggest the best flowers and arrangement style for your needs. We'll create a beautiful design within your specifications."}, + id: "2", title: "Design Consultation", content: "Our florists will suggest the best flowers and arrangement style for your needs. We'll create a beautiful design within your specifications." + }, { - id: "3", title: "Special Requests", content: "Need specific flowers, colors, or themes? We source premium blooms and can create arrangements for corporate events, weddings, and more."}, + id: "3", title: "Special Requests", content: "Need specific flowers, colors, or themes? We source premium blooms and can create arrangements for corporate events, weddings, and more." + }, ]} buttons={[ { - text: "Call for Custom Order", href: "tel:+995577054283"}, + text: "Call for Custom Order", href: "tel:+995577054283" + }, ]} /> @@ -99,13 +108,16 @@ export default function BouquetsPage() { socialLinks={[ { icon: Phone, - href: "tel:+995577054283", ariaLabel: "Call us"}, + href: "tel:+995577054283", ariaLabel: "Call us" + }, { icon: MessageCircle, - href: "https://wa.me/995577054283", ariaLabel: "WhatsApp"}, + href: "https://wa.me/995577054283", ariaLabel: "WhatsApp" + }, { icon: MapPin, - href: "https://maps.google.com/?q=Lilat+Flowers+Gldani+Mall+Tbilisi", ariaLabel: "Visit our store"}, + href: "https://maps.google.com/?q=Lilat+Flowers+Gldani+Mall+Tbilisi", ariaLabel: "Visit our store" + }, ]} />