From 0f6d01105d1cd0082a8a5213dd7ea54fc3673c3e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:25:36 +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 0e4dffe..fcc4e3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,8 @@ export default function LandingPage() { tagAnimation="slide-up" title="Founded on passion for authentic Italian pizza, Peters Pizza brings generations of culinary tradition to your table. Every pizza is crafted with love, using only the finest imported ingredients and time-honored techniques." buttons={[ - { text: "Learn More", href: "#features" } + { text: "Learn More", href: "#features" }, + { text: "Reserve a Table", href: "#contact" } ]} buttonAnimation="slide-up" useInvertedBackground={false} -- 2.49.1