Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e305fa2e1 | |||
| 91dc9b3641 | |||
| ef745a25ee | |||
| 712ed94d3a | |||
| be419a8df2 | |||
| c8a751dca0 |
@@ -102,6 +102,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split-description"
|
textboxLayout="split-description"
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Snack", name: "Momo Platter", price: "Rs. 450", rating: 5,
|
id: "1", brand: "Snack", name: "Momo Platter", price: "Rs. 450", rating: 5,
|
||||||
@@ -182,7 +183,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Visit Us Today"
|
title="Visit Us Today"
|
||||||
description="Located in Toha, Ward 4, near Dhapasi Heights. Reach out for reservations or event inquiries."
|
description="Reserve a table or host an event with us today. Reach out for reservations or event inquiries."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name"},
|
name: "name", type: "text", placeholder: "Your Name"},
|
||||||
@@ -231,4 +232,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user