4 Commits

Author SHA1 Message Date
2e305fa2e1 Update src/app/page.tsx 2026-04-21 15:14:31 +00:00
91dc9b3641 Merge version_3 into main
Merge version_3 into main
2026-04-21 15:11:31 +00:00
ef745a25ee Merge version_2 into main
Merge version_2 into main
2026-04-21 15:11:28 +00:00
712ed94d3a Update src/app/page.tsx 2026-04-21 15:11:27 +00:00

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
]} ]}
buttons={[ buttons={[
{ {
text: "Browse Our Menu", href: "#menu"}, text: "View Menu", href: "#menu"},
{ {
text: "Book a Table", href: "#contact"}, text: "Book a Table", href: "#contact"},
]} ]}
@@ -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"},