From df69a2d7c0d77e75dc3c10bcf6a154d12a19716f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:35:57 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bf13d0c..0a20c24 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1385,4 +1385,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From c2e9f639b0f48a845f0b2bb032486ddecc09a09c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:36:00 +0000 Subject: [PATCH 2/2] 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 3fff1c1..a600b4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Taste the Heights of Flavor. Artisan sandwiches and wood-fired pizza crafted fresh daily in authentic Dolomiti tradition." background={{ variant: "plain" }} buttons={[ - { text: "🍕 Order Now", href: "#menu" }, + { text: "Order Fresh Pizza", href: "#menu" }, { text: "📍 View Menu", href: "#menu" }, ]} layoutOrder="default" @@ -238,4 +238,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1