From 707137f5fd65aefdd9fa0a47cb0a1d45f14adb14 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:40:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4930ab0..f686e87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,6 +86,7 @@ export default function LandingPage() { ]} buttons={[ { text: 'Order on WhatsApp', href: 'https://wa.me/919876543210?text=Hi%20Parwat%20Bakers!%20I%20would%20like%20to%20place%20an%20order.' }, + { text: 'Browse Gallery', href: 'gallery' }, ]} buttonAnimation="slide-up" carouselPosition="right" -- 2.49.1