From 4505c6e22f8af56650090e08fc4b421798e7e87e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:41:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e53188f..a9df39a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,6 +52,9 @@ export default function LandingPage() { title="Flavor in Every Province" description="We bring high-quality, authentic food and drinks from our kitchen to your doorstep, no matter where you are in the province." tag="Delivered Nationwide" + buttons={[ + { text: "Order Now", href: "#products" } + ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-table_140725-9821.jpg?_wi=1", imageAlt: "Gourmet culinary spread"}, -- 2.49.1