Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-06 15:27:55 +00:00
7 changed files with 171 additions and 89 deletions

View File

@@ -38,7 +38,8 @@ export default function AboutPage() {
brandName="Lilat Flowers"
navItems={navItems}
button={{
text: "Order Now", href: "#newsletter"}}
text: "Order Now", href: "#newsletter"
}}
/>
</div>
@@ -48,12 +49,15 @@ export default function AboutPage() {
description="Your trusted flower shop in Tbilisi. We've been creating beautiful, handcrafted bouquets and delivering joy for years. Woman-owned, community-focused, and passionate about flowers."
buttons={[
{
text: "Call Now", href: "tel:+995577054283"},
text: "Call Now", href: "tel:+995577054283"
},
{
text: "Order Flowers"},
text: "Order Flowers"
},
]}
background={{
variant: "sparkles-gradient"}}
variant: "sparkles-gradient"
}}
imageSrc="http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg?_wi=1"
imageAlt="Beautiful fresh flower bouquets"
mediaAnimation="slide-up"
@@ -104,13 +108,17 @@ export default function AboutPage() {
mediaAnimation="slide-up"
accordionItems={[
{
id: "1", title: "Our Mission", content: "To bring joy, beauty, and emotional connection to every home and celebration in Tbilisi through fresh, handcrafted flower arrangements."},
id: "1", title: "Our Mission", content: "To bring joy, beauty, and emotional connection to every home and celebration in Tbilisi through fresh, handcrafted flower arrangements."
},
{
id: "2", title: "Quality", content: "We never compromise on freshness or quality. Every flower is carefully selected and every bouquet is expertly arranged."},
id: "2", title: "Quality", content: "We never compromise on freshness or quality. Every flower is carefully selected and every bouquet is expertly arranged."
},
{
id: "3", title: "Reliability", content: "Your trusted partner for same-day delivery. We guarantee on-time, professional service for every order."},
id: "3", title: "Reliability", content: "Your trusted partner for same-day delivery. We guarantee on-time, professional service for every order."
},
{
id: "4", title: "Community", content: "As a woman-owned local business, we're committed to supporting our community and creating positive impact."},
id: "4", title: "Community", content: "As a woman-owned local business, we're committed to supporting our community and creating positive impact."
},
]}
buttons={[{ text: "View All Services" }]}
/>
@@ -123,13 +131,17 @@ export default function AboutPage() {
author="Customer, 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"
@@ -148,17 +160,23 @@ export default function AboutPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "How long has Lilat Flowers been in business?", content: "We're a passionate, locally-owned flower shop dedicated to bringing fresh blooms and beautiful arrangements to Tbilisi. We've been creating memories through flowers for our community."},
id: "1", title: "How long has Lilat Flowers been in business?", content: "We're a passionate, locally-owned flower shop dedicated to bringing fresh blooms and beautiful arrangements to Tbilisi. We've been creating memories through flowers for our community."
},
{
id: "2", title: "Do you offer corporate or event flowers?", content: "Absolutely! We provide custom arrangements for corporate events, weddings, conferences, and special celebrations. Contact us for bulk orders and special event pricing."},
id: "2", title: "Do you offer corporate or event flowers?", content: "Absolutely! We provide custom arrangements for corporate events, weddings, conferences, and special celebrations. Contact us for bulk orders and special event pricing."
},
{
id: "3", title: "Can I visit your shop in person?", content: "Yes! We're located in Gldani Mall, Tbilisi. Visit us to see our fresh selection, discuss custom arrangements, or place an order in person."},
id: "3", title: "Can I visit your shop in person?", content: "Yes! We're located in Gldani Mall, Tbilisi. Visit us to see our fresh selection, discuss custom arrangements, or place an order in person."
},
{
id: "4", title: "Do you offer flower subscriptions?", content: "Yes! We offer weekly or bi-weekly flower subscriptions perfect for homes or offices. Enjoy fresh flowers regularly with our subscription service."},
id: "4", title: "Do you offer flower subscriptions?", content: "Yes! We offer weekly or bi-weekly flower subscriptions perfect for homes or offices. Enjoy fresh flowers regularly with our subscription service."
},
{
id: "5", title: "How do you ensure flower freshness?", content: "We source flowers daily from trusted suppliers, store them in optimal conditions, and arrange them fresh for each order to ensure maximum longevity."},
id: "5", title: "How do you ensure flower freshness?", content: "We source flowers daily from trusted suppliers, store them in optimal conditions, and arrange them fresh for each order to ensure maximum longevity."
},
{
id: "6", title: "What payment methods do you accept?", content: "We accept all major payment methods including credit cards, bank transfers, and cash on delivery. Online orders, phone orders, and in-person purchases welcome."},
id: "6", title: "What payment methods do you accept?", content: "We accept all major payment methods including credit cards, bank transfers, and cash on delivery. Online orders, phone orders, and in-person purchases welcome."
},
]}
/>
</div>
@@ -170,7 +188,8 @@ export default function AboutPage() {
description="Subscribe to our newsletter for exclusive flower deals, seasonal promotions, and care tips delivered to your inbox."
tagIcon={Mail}
background={{
variant: "sparkles-gradient"}}
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"
imageAlt="Beautiful flowers"
@@ -189,13 +208,16 @@ export default function AboutPage() {
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>

View File

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

View File

@@ -39,7 +39,8 @@ export default function ContactPage() {
brandName="Lilat Flowers"
navItems={navItems}
button={{
text: "Order Now", href: "#order-form"}}
text: "Order Now", href: "#order-form"
}}
/>
</div>
@@ -49,12 +50,15 @@ 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"}}
variant: "sparkles-gradient"
}}
imageSrc="http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg?_wi=2"
imageAlt="Beautiful fresh flower bouquets"
mediaAnimation="slide-up"
@@ -90,7 +94,8 @@ export default function ContactPage() {
mediaAnimation="slide-up"
buttons={[
{
text: "Learn More"},
text: "Learn More"
},
]}
/>
</div>
@@ -99,17 +104,23 @@ export default function ContactPage() {
<FaqDouble
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."
},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our flowers, delivery, and ordering process."
@@ -128,7 +139,8 @@ export default function ContactPage() {
description="Subscribe to our newsletter for exclusive flower deals, seasonal promotions, and care tips delivered to your inbox."
tagIcon={Mail}
background={{
variant: "sparkles-gradient"}}
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=2"
imageAlt="Beautiful flowers"
@@ -147,13 +159,16 @@ export default function ContactPage() {
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>

View File

@@ -52,11 +52,14 @@ export default function DeliveryPage() {
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: "/" }]}
/>
@@ -103,17 +106,23 @@ 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."
},
]}
/>
</div>
@@ -125,13 +134,16 @@ 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"
},
]}
/>
</div>

View File

@@ -3,7 +3,8 @@ import "./styles/variables.css";
import "./styles/base.css";
export const metadata: Metadata = {
title: "Lilat Flowers - Fresh Handcrafted Bouquets in Tbilisi", description: "Beautiful handcrafted flower bouquets delivered same-day in Tbilisi. Perfect for birthdays, anniversaries, weddings, and special moments."};
title: "Lilat Flowers - Fresh Handcrafted Bouquets in Tbilisi", description: "Beautiful handcrafted flower bouquets delivered same-day in Tbilisi. Perfect for birthdays, anniversaries, weddings, and special moments."
};
export default function RootLayout({
children,

View File

@@ -72,13 +72,16 @@ export default function HomePage() {
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"},
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: "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"},
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-still-life_23-2148134813.jpg?_wi=1", 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"},
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/floral-ornament-with-heart-shaped_1157-334.jpg?_wi=1", imageAlt: "Luxury Wedding White flowers"
},
]}
buttons={[{ text: "View All Bouquets" }]}
/>
@@ -127,13 +130,17 @@ export default function HomePage() {
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" }]}
/>
@@ -146,13 +153,17 @@ 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"
@@ -171,17 +182,23 @@ 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."
},
]}
/>
</div>
@@ -211,13 +228,16 @@ 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"
},
]}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fef7f0;
--card: #fef1eb;
--foreground: #2d1810;
--primary-cta: #d97063;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #ff1493;
--primary-cta-text: #ffffff;
--secondary-cta: #fef1eb;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #2d1810;
--accent: #e8d0c4;
--background-accent: #d9a997;
--accent: #ff1493;
--background-accent: #4a0030;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);