Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 28da690b8e | |||
| 7474a6156b | |||
| a8981f90cc | |||
| 37592fb7a7 | |||
| 571ac46408 | |||
| 01a81a72da | |||
| 299e39a280 | |||
| a44c0d359d | |||
| f7fd99b7e2 | |||
| fd39d83601 | |||
| 4e0ff2decd | |||
| d3fa73bcfc | |||
| 33021e841c | |||
| 0ca4f53aed |
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Reservations", id: "contact" }
|
{ name: "Reservations", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Call Now", href: "tel:+919876543210" }}
|
button={{ text: "Call Now", href: "tel:+919876543210" }}
|
||||||
animateOnLoad={true}
|
animateOnLoad={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -169,6 +169,10 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
speed={40}
|
speed={40}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Reserve Now After Reading Reviews", href: "#contact" }
|
||||||
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -193,7 +197,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Reserve Your Table or Get in Touch"
|
title="Reserve Your Table or Get in Touch"
|
||||||
description="Book your celebration, place an order, or reach out with special requests. We respond within 2 hours during business hours."
|
description="Book your celebration, place an online order, or reach out with special requests. We're here to make your dining experience exceptional."
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||||
|
|||||||
Reference in New Issue
Block a user