Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e96fb94284 | |||
| 3d0777cc7b | |||
| 3a83ffc544 | |||
| 0ad9889647 | |||
| aff9f1caf7 |
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now: +7 701 261 8444", href: "tel:+77012618444" },
|
||||
{ text: "Order Same-Day Delivery", href: "tel:+77012618444" },
|
||||
{ text: "Order Flowers", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -234,7 +234,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Get Your Perfect Bouquet"
|
||||
description="Fill out the form below or call us directly at +7 701 261 8444. We're here to help you find the perfect flowers for any occasion."
|
||||
description="Submit your request and we'll confirm your order within 1 hour. Or call +7 701 261 8444 for instant same-day booking."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "+7 (XXX) XXX-XX-XX", required: true },
|
||||
|
||||
Reference in New Issue
Block a user