Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 78244687b0 | |||
| 9495a0605d | |||
| 851b1cfc0d | |||
| 395c9c644f | |||
| c16fbe649e | |||
| 4d3dd25037 | |||
| 69e1e60e94 | |||
| 18eb3e7e11 | |||
| 3f31f2ba48 | |||
| e1a01cb9ea | |||
| e8af1e1a68 | |||
| fbe240e6f9 | |||
| 98b0c8e9ec | |||
| 8ffe3baeb0 | |||
| 0ff74cd5fe | |||
| 0bdbfe655c | |||
| d76b350592 | |||
| ad22db53d5 | |||
| 0aea635408 |
@@ -1,13 +1,15 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Heart, Flower2, Users, Mail, Phone, MessageCircle, MapPin } from "lucide-react";
|
||||
import { Flower2, Sparkles, Zap, Users, Mail, Phone, MessageCircle, MapPin, HelpCircle, Heart } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -35,87 +37,162 @@ export default function AboutPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Lilat Flowers"
|
||||
navItems={navItems}
|
||||
button={{ text: "Order Now", href: "/" }}
|
||||
button={{
|
||||
text: "Order Now", href: "#newsletter"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-intro" data-section="about-intro">
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="Lilat Flowers"
|
||||
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: "Order Flowers"
|
||||
},
|
||||
]}
|
||||
background={{
|
||||
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"
|
||||
frameStyle="card"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="our-story" data-section="our-story">
|
||||
<SplitAbout
|
||||
title="About Lilat Flowers"
|
||||
description="Since opening our doors, Lilat Flowers has been dedicated to bringing joy through beautiful, handcrafted flower arrangements. We're more than just a flower shop—we're your partner in celebrating life's most important moments."
|
||||
tag="Our Story"
|
||||
title="Our Story"
|
||||
description="Lilat Flowers was founded with a simple mission: to bring the beauty and joy of fresh flowers to every home and celebration in Tbilisi. We believe that flowers are more than just plants—they're emotional expressions, memories, and moments of connection."
|
||||
tag="Since Day One"
|
||||
tagIcon={Heart}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Passion for Flowers",
|
||||
description: "Every arrangement we create is crafted with genuine passion and attention to detail. We believe flowers tell stories of love, care, and celebration.",
|
||||
icon: Flower2,
|
||||
title: "Quality First", description: "We source only the freshest flowers from trusted suppliers, ensuring every bouquet meets our high standards.", icon: Flower2,
|
||||
},
|
||||
{
|
||||
title: "Community Focused",
|
||||
description: "As a woman-owned business in Tbilisi, we're proud to serve our community with personalized service and genuine care for every customer.",
|
||||
icon: Users,
|
||||
title: "Handcrafted Care", description: "Every arrangement is carefully designed by our expert florists with attention to detail and artistic vision.", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Quality First",
|
||||
description: "We source premium fresh flowers daily and only use the finest blooms for our arrangements. Quality is never compromised.",
|
||||
icon: Heart,
|
||||
title: "Community Focused", description: "We're proud to be a woman-owned local business serving the Tbilisi community with care and integrity.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Expert Craftsmanship",
|
||||
description: "Our florists bring years of experience and artistic vision to every bouquet, creating arrangements that are both beautiful and long-lasting.",
|
||||
icon: Flower2,
|
||||
title: "Customer Satisfaction", description: "Your happiness is our priority. We go above and beyond to ensure every delivery brings a smile.", icon: Heart,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg?_wi=3"
|
||||
imageAlt="Our expert florists creating arrangements"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg?_wi=1"
|
||||
imageAlt="Lilat Flowers shop"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[{ text: "Shop Our Bouquets", href: "/" }]}
|
||||
buttons={[{ text: "Order Now" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team-testimonial" data-section="team-testimonial">
|
||||
<div id="our-mission" data-section="our-mission">
|
||||
<FeatureCardTwentyOne
|
||||
title="Our Mission & Values"
|
||||
description="We're committed to delivering exceptional service, fresh beautiful flowers, and reliable same-day delivery to every customer."
|
||||
tag="What We Stand For"
|
||||
tagIcon={Sparkles}
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-beautiful-bouquet-wooden-table_181624-38107.jpg?_wi=1"
|
||||
imageAlt="Fresh flower arrangements"
|
||||
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: "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: "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" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="What started as a dream to bring fresh, beautiful flowers to our community has become our passion. Every day, we're grateful to be part of our customers' special moments—from romantic anniversaries to joyful celebrations. Thank you for trusting us with your most important gift."
|
||||
testimonial="Lilat Flowers has become our go-to for all special occasions. The arrangements are always fresh, beautiful, and delivered on time. We highly recommend them!"
|
||||
rating={5}
|
||||
author="Nino & Team, Lilat Flowers Founders"
|
||||
author="Customer, Tbilisi"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-female-florist-smiling-making-bouquet-flowers_176420-12253.jpg",
|
||||
alt: "Team member",
|
||||
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/female-florist-holding-bunch-beautiful-white-flowers_23-2147882074.jpg",
|
||||
alt: "Team member",
|
||||
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/medium-shot-couple-decorating-home_23-2150633265.jpg",
|
||||
alt: "Customers",
|
||||
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 arrangements",
|
||||
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"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-newsletter" data-section="contact-newsletter">
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
title="Connect With Us"
|
||||
description="Have questions or want to learn more about our custom arrangements? Reach out to our team. We're here to help make your moments special."
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="About Lilat Flowers"
|
||||
description="Learn more about our shop, services, and commitment to quality."
|
||||
tag="Questions?"
|
||||
tagIcon={HelpCircle}
|
||||
textboxLayout="default"
|
||||
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 flower arrangement"
|
||||
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: "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: "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: "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>
|
||||
|
||||
<div id="newsletter" data-section="newsletter">
|
||||
<ContactSplit
|
||||
tag="Stay Connected"
|
||||
title="Get Special Offers & Updates"
|
||||
description="Subscribe to our newsletter for exclusive flower deals, seasonal promotions, and care tips delivered to your inbox."
|
||||
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"
|
||||
imageAlt="Beautiful flowers"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Your email address"
|
||||
@@ -131,22 +208,19 @@ 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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,12 +6,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import {
|
||||
Truck,
|
||||
Phone,
|
||||
MessageCircle,
|
||||
MapPin,
|
||||
} from "lucide-react";
|
||||
import { Truck, Phone, MessageCircle, MapPin } from "lucide-react";
|
||||
|
||||
export default function BouquetsPage() {
|
||||
const navItems = [
|
||||
@@ -40,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>
|
||||
|
||||
@@ -56,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>
|
||||
@@ -84,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>
|
||||
@@ -104,16 +108,19 @@ 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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,16 +159,19 @@ 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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,16 +134,19 @@ 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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,70 +1,19 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Lilat Flowers | Fresh Flower Delivery in Tbilisi",
|
||||
description: "Beautiful handcrafted flowers for birthdays, weddings, and special moments. Same-day delivery in Tbilisi. Order now!",
|
||||
keywords: "flower shop Tbilisi, flower delivery Tbilisi, same day flowers, bouquets, wedding flowers, anniversary flowers, roses delivery",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Lilat Flowers | Fresh Flower Delivery in Tbilisi",
|
||||
description: "Beautiful handcrafted flowers delivered fresh. Same-day delivery available. Order your perfect bouquet today!",
|
||||
url: "https://lilatflowers.ge",
|
||||
siteName: "Lilat Flowers",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg",
|
||||
alt: "Lilat Flowers - Beautiful fresh bouquets",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Lilat Flowers | Fresh Flower Delivery in Tbilisi",
|
||||
description: "Same-day flower delivery in Tbilisi. Beautiful handcrafted bouquets for every occasion.",
|
||||
images: ["http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg"],
|
||||
},
|
||||
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,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1432,7 +1381,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,16 +228,19 @@ 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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #ff8c42;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #ff1493;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #2d1810;
|
||||
--accent: #ff1493;
|
||||
--background-accent: #4a0030;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user