From b6728300a7e18ac00532785481fd58fc81d31406 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 06:56:16 +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 2a064f1..aa43742 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { description="Authentic flavors, crafted with passion. Experience the crunch, taste the zest." buttons={[ { - text: "Order Now", href: "#products"}, + text: "Order Your Momos Now", href: "#products"}, ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-asian-meal-with-herbs_23-2148694374.jpg", imageAlt: "momo food photography dark background" }, @@ -217,4 +217,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1