From 17aa13f160e0ca8d8b056b1cb919d3793e3ab3db Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:38:03 +0000 Subject: [PATCH] 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() {