From 511a3b50e1cac8c51e5fc6bcf23b646a51971b48 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:19:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10709e6..3f32b2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,6 +111,10 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Reserve Your Table", href: "#contact" } + ]} + buttonAnimation="slide-up" testimonials={[ { id: "1", name: "Maria Rossi, Local Food Blogger", date: "Date: 15 January 2025", title: "The best pizza in the city!", quote: "Scooters Pizza has become my favorite spot. The quality of ingredients and the care they put into each pizza is unmatched. Every bite tastes authentic and fresh.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-businesswoman-smiling-workplace-office_176420-6981.jpg", avatarAlt: "Maria Rossi", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg?_wi=2", imageAlt: "Maria enjoying Margherita pizza" -- 2.49.1