From c16fbe649ea64796bad0c771637658ecf4d691f0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:27:50 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 45 ++++++++++++++++++++++++++-------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 14c1018..8bef559 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" + }} /> @@ -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" + }, ]} /> @@ -99,17 +104,23 @@ export default function ContactPage() {