From 62b53fb9b777b6d19ba720ab5e8ec3f9331565d8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 04:10:50 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 717289e..570eb0e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Sam Street Food Truck", description: "Fresh meals ready in minutes, crafted daily from premium ingredients"}; + title: "Sam Street Food Truck", description: "Fresh meals ready in minutes, crafted daily from premium ingredients" +}; export default function RootLayout({ children, -- 2.49.1 From 264f77668dfaeeaf6d28e9047e97db555e79efca Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 04:10:50 +0000 Subject: [PATCH 2/2] 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 ca5eb06..2e85f4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} avatarText="Trusted by 2000+ Local Customers" buttons={[ - { text: "Find Us Today", href: "contact" }, + { text: "Order Now", href: "contact" }, { text: "View Menu", href: "menu" }, ]} buttonAnimation="slide-up" -- 2.49.1