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}