From 767a2ad261a6359ede56c23f2d1aa97baa57ab2c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 03:01:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ebb9931..98e975e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { name: "Omar Farooq", handle: "@omar", testimonial: "The BBQ grilled chicken is my absolute favorite order.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312225.jpg" }, { name: "Zainab Noor", handle: "@zainab", testimonial: "Always fresh, warm, and delivered right on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/details-home-autumn-decor-rustic-style-interior-room-top-view_169016-14203.jpg" }, ]} - buttons={[{ text: "View Menu", href: "/menu" }]} + buttons={[{ text: "View Menu", href: "/menu" }, { text: "WhatsApp Support", href: "https://wa.me/923185436728" }]} imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ -- 2.49.1