From d6f2055a7aefa6231799d8a030aa233f4f099f1a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:38:02 +0000 Subject: [PATCH 1/4] Update src/app/bouquets/page.tsx --- src/app/bouquets/page.tsx | 73 ++++++++------------------------------- 1 file changed, 15 insertions(+), 58 deletions(-) diff --git a/src/app/bouquets/page.tsx b/src/app/bouquets/page.tsx index fa27ac9..84fd486 100644 --- a/src/app/bouquets/page.tsx +++ b/src/app/bouquets/page.tsx @@ -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"}} /> @@ -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"}, ]} /> @@ -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"}, ]} /> @@ -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"}, ]} /> -- 2.49.1 From 17aa13f160e0ca8d8b056b1cb919d3793e3ab3db Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:38:03 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 86 +++++++++++----------------------------- 1 file changed, 23 insertions(+), 63 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 19404a1..98cd281 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -10,7 +10,7 @@ import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterCard from "@/components/sections/footer/FooterCard"; import Link from "next/link"; -import { Flower2, Sparkles, Zap, Users, Truck, Mail, Phone, MessageCircle, MapPin, HelpCircle } from "lucide-react"; +import { Flower2, Sparkles, Zap, Users, Truck, Mail, Phone, MessageCircle, MapPin, HelpCircle, Heart } from "lucide-react"; export default function ContactPage() { const navItems = [ @@ -39,9 +39,7 @@ export default function ContactPage() { brandName="Lilat Flowers" navItems={navItems} button={{ - text: "Order Now", - href: "#order-form", - }} + text: "Order Now", href: "#order-form"}} /> @@ -51,17 +49,13 @@ export default function ContactPage() { description="Handcrafted bouquets delivered fresh to your door. Perfect for birthdays, anniversaries, weddings, and special moments in Tbilisi." buttons={[ { - text: "Call Now", - href: "tel:+995577054283", - }, + text: "Call Now", href: "tel:+995577054283"}, { - text: "Order Flowers", - }, + text: "Order Flowers"}, ]} background={{ - variant: "sparkles-gradient", - }} - imageSrc="http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg?_wi=2" + variant: "sparkles-gradient"}} + imageSrc="http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg" imageAlt="Beautiful fresh flower bouquets" mediaAnimation="slide-up" frameStyle="card" @@ -79,33 +73,24 @@ export default function ContactPage() { imagePosition="right" bulletPoints={[ { - title: "Fresh Daily", - description: "We source the freshest flowers every morning to ensure maximum quality and longevity.", - icon: Flower2, + title: "Fresh Daily", description: "We source the freshest flowers every morning to ensure maximum quality and longevity.", icon: Flower2, }, { - title: "Expert Florists", - description: "Our professional florists handcraft each arrangement with care and artistry.", - icon: Sparkles, + title: "Expert Florists", description: "Our professional florists handcraft each arrangement with care and artistry.", icon: Sparkles, }, { - title: "Same-Day Delivery", - description: "Order before 2 PM for same-day delivery throughout Tbilisi and Gldani area.", - icon: Zap, + title: "Same-Day Delivery", description: "Order before 2 PM for same-day delivery throughout Tbilisi and Gldani area.", icon: Zap, }, { - title: "Local Business", - description: "Woman-owned and proud to serve our community with premium, personalized service.", - icon: Users, + title: "Local Business", description: "Woman-owned and proud to serve our community with premium, personalized service.", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg" imageAlt="Lilat Flowers shop interior" mediaAnimation="slide-up" buttons={[ { - text: "Learn More", - }, + text: "Learn More"}, ]} /> @@ -114,35 +99,17 @@ export default function ContactPage() { -- 2.49.1 From b7e94e2348c1f4514298116d05f9401abdd1594e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:38:04 +0000 Subject: [PATCH 3/4] Update src/app/delivery/page.tsx --- src/app/delivery/page.tsx | 78 +++++++++------------------------------ 1 file changed, 18 insertions(+), 60 deletions(-) diff --git a/src/app/delivery/page.tsx b/src/app/delivery/page.tsx index e5506d1..32f5443 100644 --- a/src/app/delivery/page.tsx +++ b/src/app/delivery/page.tsx @@ -45,28 +45,18 @@ export default function DeliveryPage() { description="Fast, reliable flower delivery service covering all of Tbilisi. We guarantee fresh, beautiful flowers delivered to your loved ones on time, every time." tag="Fast & Reliable" tagIcon={Truck} - textboxLayout="default" useInvertedBackground={false} mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/selective-focus-beautiful-bouquet-wooden-table_181624-38107.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/selective-focus-beautiful-bouquet-wooden-table_181624-38107.jpg" imageAlt="Same-day flower delivery service" mediaAnimation="slide-up" accordionItems={[ { - id: "1", - title: "Order Before 2 PM for Same-Day Delivery", - content: "Simply place your order before 2 PM and we'll arrange delivery the same day. Perfect for last-minute gifts, anniversaries, or special celebrations that need an immediate touch.", - }, + id: "1", title: "Order Before 2 PM for Same-Day Delivery", content: "Simply place your order before 2 PM and we'll arrange delivery the same day. Perfect for last-minute gifts, anniversaries, or special celebrations that need an immediate touch."}, { - id: "2", - title: "Coverage Areas", - content: "We deliver throughout Tbilisi including Gldani, Vake, Saburtalo, Krtsanisi, Chamshigoeba, and surrounding neighborhoods. For areas outside our main delivery zone, please contact us for special arrangements.", - }, + id: "2", title: "Coverage Areas", content: "We deliver throughout Tbilisi including Gldani, Vake, Saburtalo, Krtsanisi, Chamshigoeba, and surrounding neighborhoods. For areas outside our main delivery zone, please contact us for special arrangements."}, { - id: "3", - title: "Delivery Hours", - content: "Our delivery service operates Monday to Sunday from 9 AM to 8 PM. Weekend and holiday deliveries are available. We can accommodate special time requests - just mention your preference during checkout.", - }, + id: "3", title: "Delivery Hours", content: "Our delivery service operates Monday to Sunday from 9 AM to 8 PM. Weekend and holiday deliveries are available. We can accommodate special time requests - just mention your preference during checkout."}, ]} buttons={[{ text: "Place Order Now", href: "/" }]} /> @@ -83,27 +73,19 @@ export default function DeliveryPage() { imagePosition="right" bulletPoints={[ { - title: "Fresh Condition Guarantee", - description: "All flowers are carefully packed in protective packaging and arrive in pristine condition. If any issue occurs, we replace or refund immediately.", - icon: Clock, + title: "Fresh Condition Guarantee", description: "All flowers are carefully packed in protective packaging and arrive in pristine condition. If any issue occurs, we replace or refund immediately.", icon: Clock, }, { - title: "On-Time Delivery", - description: "We respect your time. Delivery windows are precise, and we provide tracking updates so you know exactly when your flowers will arrive.", - icon: Truck, + title: "On-Time Delivery", description: "We respect your time. Delivery windows are precise, and we provide tracking updates so you know exactly when your flowers will arrive.", icon: Truck, }, { - title: "Professional Handlers", - description: "Our delivery team is trained to handle flowers with care and professionalism. They can provide arrangement placement assistance if needed.", - icon: Phone, + title: "Professional Handlers", description: "Our delivery team is trained to handle flowers with care and professionalism. They can provide arrangement placement assistance if needed.", icon: Phone, }, { - title: "Personalized Service", - description: "Include a custom message card, special instructions, or gift requests. Our team ensures every detail is perfect for your recipient.", - icon: MessageCircle, + title: "Personalized Service", description: "Include a custom message card, special instructions, or gift requests. Our team ensures every detail is perfect for your recipient.", icon: MessageCircle, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg" imageAlt="Professional florist service" mediaAnimation="slide-up" buttons={[{ text: "Learn More About Us", href: "/about" }]} @@ -121,35 +103,17 @@ export default function DeliveryPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "What is your delivery fee?", - content: "Delivery is complimentary for orders over ₾100 within Tbilisi. For orders under ₾100, the delivery fee ranges from ₾10-15 depending on your location. Same-day rush deliveries may have a small additional charge.", - }, + id: "1", title: "What is your delivery fee?", content: "Delivery is complimentary for orders over ₾100 within Tbilisi. For orders under ₾100, the delivery fee ranges from ₾10-15 depending on your location. Same-day rush deliveries may have a small additional charge."}, { - id: "2", - title: "How do I track my delivery?", - content: "Once your order is confirmed, you'll receive a confirmation email with tracking information. You can also call us directly at +995 577 05 42 83 for real-time delivery updates.", - }, + id: "2", title: "How do I track my delivery?", content: "Once your order is confirmed, you'll receive a confirmation email with tracking information. You can also call us directly at +995 577 05 42 83 for real-time delivery updates."}, { - id: "3", - title: "Can I schedule delivery for a specific time?", - content: "Yes! During checkout, you can select your preferred delivery window. We offer morning, afternoon, and evening slots. For specific requests outside regular hours, please contact us directly.", - }, + id: "3", title: "Can I schedule delivery for a specific time?", content: "Yes! During checkout, you can select your preferred delivery window. We offer morning, afternoon, and evening slots. For specific requests outside regular hours, please contact us directly."}, { - id: "4", - title: "What if the recipient isn't home?", - content: "Our delivery team will attempt to contact the recipient. If no one is available, the flowers will be left in a safe place with care instructions, or rescheduled at no extra charge.", - }, + id: "4", title: "What if the recipient isn't home?", content: "Our delivery team will attempt to contact the recipient. If no one is available, the flowers will be left in a safe place with care instructions, or rescheduled at no extra charge."}, { - id: "5", - title: "Do you deliver to businesses?", - content: "Absolutely! We offer corporate delivery for offices, events, and businesses. Bulk orders and corporate accounts receive special pricing. Contact us for details.", - }, + id: "5", title: "Do you deliver to businesses?", content: "Absolutely! We offer corporate delivery for offices, events, and businesses. Bulk orders and corporate accounts receive special pricing. Contact us for details."}, { - id: "6", - title: "What's your refund policy if delivery fails?", - content: "We guarantee delivery or your money back. If for any reason we cannot deliver, we'll contact you immediately and arrange a full refund or rescheduled delivery.", - }, + id: "6", title: "What's your refund policy if delivery fails?", content: "We guarantee delivery or your money back. If for any reason we cannot deliver, we'll contact you immediately and arrange a full refund or rescheduled delivery."}, ]} /> @@ -161,19 +125,13 @@ export default function DeliveryPage() { 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"}, ]} /> -- 2.49.1 From 7bb61a9e30a35a66c6104f3b84c105ac6909dc90 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:38:05 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 136 +++++++++++------------------------------------ 1 file changed, 31 insertions(+), 105 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af90ada..6050ba8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function HomePage() { { text: "Order Flowers" }, ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg" imageAlt="Beautiful fresh flower bouquets" mediaAnimation="slide-up" frameStyle="card" @@ -71,35 +71,14 @@ export default function HomePage() { 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=1", - 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=1", - 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=1", - 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: "View All Bouquets" }]} /> @@ -116,27 +95,19 @@ export default function HomePage() { imagePosition="right" bulletPoints={[ { - title: "Fresh Daily", - description: "We source the freshest flowers every morning to ensure maximum quality and longevity.", - icon: Flower2, + title: "Fresh Daily", description: "We source the freshest flowers every morning to ensure maximum quality and longevity.", icon: Flower2, }, { - title: "Expert Florists", - description: "Our professional florists handcraft each arrangement with care and artistry.", - icon: Sparkles, + title: "Expert Florists", description: "Our professional florists handcraft each arrangement with care and artistry.", icon: Sparkles, }, { - title: "Same-Day Delivery", - description: "Order before 2 PM for same-day delivery throughout Tbilisi and Gldani area.", - icon: Zap, + title: "Same-Day Delivery", description: "Order before 2 PM for same-day delivery throughout Tbilisi and Gldani area.", icon: Zap, }, { - title: "Local Business", - description: "Woman-owned and proud to serve our community with premium, personalized service.", - icon: Users, + title: "Local Business", description: "Woman-owned and proud to serve our community with premium, personalized service.", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg" imageAlt="Lilat Flowers shop interior" mediaAnimation="slide-up" buttons={[{ text: "Learn More" }]} @@ -149,33 +120,20 @@ export default function HomePage() { description="Fast, reliable flower delivery to brighten your special moments. We cover all of Tbilisi, especially the Gldani area." tag="Quick Service" tagIcon={Truck} - textboxLayout="default" useInvertedBackground={false} mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/selective-focus-beautiful-bouquet-wooden-table_181624-38107.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/selective-focus-beautiful-bouquet-wooden-table_181624-38107.jpg" imageAlt="Same-day flower delivery service" mediaAnimation="slide-up" accordionItems={[ { - id: "1", - title: "Same-Day Delivery", - content: "Order before 2 PM and we'll deliver your flowers the same day. Perfect for last-minute gifts and celebrations.", - }, + id: "1", title: "Same-Day Delivery", content: "Order before 2 PM and we'll deliver your flowers the same day. Perfect for last-minute gifts and celebrations."}, { - id: "2", - title: "Delivery Zones", - content: "We deliver throughout Tbilisi including Gldani, Vake, Saburtalo, Krtsanisi, and surrounding areas with premium care.", - }, + id: "2", title: "Delivery Zones", content: "We deliver throughout Tbilisi including Gldani, Vake, Saburtalo, Krtsanisi, and surrounding areas with premium care."}, { - id: "3", - title: "Delivery Hours", - content: "Available Monday to Sunday, 9 AM - 8 PM. Weekend and holiday deliveries available upon request.", - }, + id: "3", title: "Delivery Hours", content: "Available Monday to Sunday, 9 AM - 8 PM. Weekend and holiday deliveries available upon request."}, { - id: "4", - title: "Guarantee", - content: "All deliveries arrive fresh and beautiful or we'll arrange a replacement at no extra charge.", - }, + id: "4", title: "Guarantee", content: "All deliveries arrive fresh and beautiful or we'll arrange a replacement at no extra charge."}, ]} buttons={[{ text: "Order Delivery Now" }]} /> @@ -188,21 +146,13 @@ export default function HomePage() { author="Giorgi K., Tbilisi" avatars={[ { - src: "http://img.b2bpic.net/free-photo/medium-shot-couple-decorating-home_23-2150633265.jpg", - alt: "Customer testimonial", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-couple-decorating-home_23-2150633265.jpg", alt: "Customer testimonial"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-african-female-florist-smiling-making-bouquet-flowers_176420-12253.jpg", - alt: "Customer testimonial", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-african-female-florist-smiling-making-bouquet-flowers_176420-12253.jpg", alt: "Customer testimonial"}, { - src: "http://img.b2bpic.net/free-photo/young-woman-white-turtleneck-holding-bouquet-flowers-looking-front-amazed-surprised-covering-mouth-with-hand-celebrating-international-women-s-day-standing-green-wall_141793-62444.jpg", - alt: "Customer testimonial", - }, + src: "http://img.b2bpic.net/free-photo/young-woman-white-turtleneck-holding-bouquet-flowers-looking-front-amazed-surprised-covering-mouth-with-hand-celebrating-international-women-s-day-standing-green-wall_141793-62444.jpg", alt: "Customer testimonial"}, { - src: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-10-2024-floral-arrangements-placed-tables_482257-124327.jpg", - alt: "Event testimonial", - }, + src: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-10-2024-floral-arrangements-placed-tables_482257-124327.jpg", alt: "Event testimonial"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -221,35 +171,17 @@ export default function HomePage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "How do I place an order?", - content: "You can order online through our website, call us at +995 577 05 42 83, or visit our shop in Gldani Mall. We accept all major payment methods and cash on delivery.", - }, + id: "1", title: "How do I place an order?", content: "You can order online through our website, call us at +995 577 05 42 83, or visit our shop in Gldani Mall. We accept all major payment methods and cash on delivery."}, { - id: "2", - title: "What is your delivery fee?", - content: "Delivery is free for orders over ₾100 within Tbilisi. For orders under ₾100, delivery fee is ₾10-15 depending on the area. Same-day delivery orders have priority.", - }, + id: "2", title: "What is your delivery fee?", content: "Delivery is free for orders over ₾100 within Tbilisi. For orders under ₾100, delivery fee is ₾10-15 depending on the area. Same-day delivery orders have priority."}, { - id: "3", - title: "Can I customize my bouquet?", - content: "Absolutely! We offer custom bouquet design. Call us or mention your preferences during checkout. Our florists will create something perfect for you.", - }, + id: "3", title: "Can I customize my bouquet?", content: "Absolutely! We offer custom bouquet design. Call us or mention your preferences during checkout. Our florists will create something perfect for you."}, { - id: "4", - title: "How long do flowers last?", - content: "With proper care (fresh water, trimmed stems, cool temperature), our flowers typically last 7-14 days. We include care instructions with every delivery.", - }, + id: "4", title: "How long do flowers last?", content: "With proper care (fresh water, trimmed stems, cool temperature), our flowers typically last 7-14 days. We include care instructions with every delivery."}, { - id: "5", - title: "Do you offer subscription services?", - content: "Yes! We offer weekly or bi-weekly flower subscriptions. Perfect for offices, homes, or regular gifts. Contact us for subscription pricing.", - }, + id: "5", title: "Do you offer subscription services?", content: "Yes! We offer weekly or bi-weekly flower subscriptions. Perfect for offices, homes, or regular gifts. Contact us for subscription pricing."}, { - id: "6", - title: "What if I'm not satisfied?", - content: "We guarantee fresh, beautiful flowers. If there's any issue, contact us within 2 hours of delivery and we'll replace or refund your order.", - }, + id: "6", title: "What if I'm not satisfied?", content: "We guarantee fresh, beautiful flowers. If there's any issue, contact us within 2 hours of delivery and we'll replace or refund your order."}, ]} /> @@ -262,7 +194,7 @@ export default function HomePage() { tagIcon={Mail} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/bouquet-flowers-glass-vase-with-decorative-elements-blurred-background-easter-holiday-concept_169016-9695.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/bouquet-flowers-glass-vase-with-decorative-elements-blurred-background-easter-holiday-concept_169016-9695.jpg" imageAlt="Beautiful flowers" mediaAnimation="slide-up" mediaPosition="right" @@ -279,19 +211,13 @@ export default function HomePage() { 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"}, ]} /> -- 2.49.1