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