From 32648a2b06a7121ad13b860901c31f33f832924f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 13:42:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2687828..5541baf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { name: "Tom B.", handle: "@tomb", testimonial: "Impeccable service and amazing flavors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269188.jpg?_wi=1" }, { name: "Emma R.", handle: "@emmar", testimonial: "A must-visit for foodies.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-15896.jpg?_wi=1" } ]} - buttons={[{ text: "Book Your Table", href: "#contact" }]} + buttons={[{ text: "Book Your Table", href: "https://wa.me/628123456789" }]} imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" mediaAnimation="slide-up" avatars={[ @@ -204,4 +204,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file