Update src/app/page.tsx
This commit is contained in:
136
src/app/page.tsx
136
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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user