From 712ed94d3ad1598bc724b2fd432a681b3e490f7d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:11:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e5583bf..72162d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,6 +102,7 @@ export default function LandingPage() { textboxLayout="split-description" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + buttons={[{ text: "Reserve a Table", href: "#contact" }]} products={[ { id: "1", brand: "Snack", name: "Momo Platter", price: "Rs. 450", rating: 5, @@ -231,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1