Update src/app/bouquets/page.tsx

This commit is contained in:
2026-03-06 13:38:02 +00:00
parent 0afb412b4a
commit d6f2055a7a

View File

@@ -40,9 +40,7 @@ export default function BouquetsPage() {
brandName="Lilat Flowers"
navItems={navItems}
button={{
text: "Order Now",
href: "#order-form",
}}
text: "Order Now", href: "#order-form"}}
/>
</div>
@@ -57,41 +55,18 @@ export default function BouquetsPage() {
animationType="slide-up"
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",
},
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", 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",
},
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", 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",
},
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", imageAlt: "Luxury Wedding White flowers"},
]}
buttons={[
{
text: "Order Now",
href: "#order-form",
},
text: "Order Now", href: "#order-form"},
]}
/>
</div>
@@ -102,7 +77,6 @@ export default function BouquetsPage() {
description="Don't see exactly what you're looking for? Our expert florists create custom arrangements tailored to your preferences and budget."
tag="Personalized Service"
tagIcon={Truck}
textboxLayout="default"
useInvertedBackground={false}
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/female-florist-holding-bunch-beautiful-white-flowers_23-2147882074.jpg"
@@ -110,26 +84,15 @@ 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"},
]}
/>
</div>
@@ -141,19 +104,13 @@ 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"},
]}
/>
</div>