From 3bbcfb301df7405bcbde7c4b25f52a78c7e4974a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:42:49 +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 e38dc64..fb62ecc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,7 +20,7 @@ const sourceSans3 = Source_Sans_3({ }); export const metadata: Metadata = { - title: "USA Restaurant | Best Breakfast in Monticello, IN", description: "USA Restaurant in Monticello, Indiana—family-owned breakfast diner open at 6 AM daily. Homestyle cooking, dine-in & takeaway, 4.4★ rated. Call (574) 583-8179 today!", keywords: "breakfast Monticello IN, diner, homestyle breakfast, local restaurant, family-owned, best breakfast near me", metadataBase: new URL("https://usarestaurant-monticello.com"), + title: "USA Restaurant | Best Breakfast in Monticello, IN", description: "USA Restaurant in Monticello, Indiana—family-owned breakfast diner open at 6 AM daily. Homestyle cooking, dine-in & takeaway, 4.8★ rated. Call (574) 583-8179 today!", keywords: "breakfast Monticello IN, diner, homestyle breakfast, local restaurant, family-owned, best breakfast near me", metadataBase: new URL("https://usarestaurant-monticello.com"), alternates: { canonical: "https://usarestaurant-monticello.com" }, -- 2.49.1 From a4d4070a633e845ceaf18e61d3b4611a499d74e7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:42:49 +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 b2b6a34..92ebd37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,8 +75,8 @@ export default function LandingPage() { title="Family-Owned Restaurant Serving Monticello Since Day One" description="USA Restaurant is a local institution in Monticello, Indiana, dedicated to serving the best homestyle breakfast and friendly service. We believe in using fresh ingredients, maintaining consistent quality, and treating every customer like family. From early-morning workers to weekend breakfast diners, we're here to start your day right with a warm welcome and delicious food." metrics={[ - { value: "4.4★", title: "Customer Rating (1,700+ Reviews)" }, - { value: "6:00 AM", title: "Daily Opening Time" } + { value: "6:00 AM", title: "Daily Opening Time" }, + { value: "4.8★", title: "Customer Rating" } ]} imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg" imageAlt="USA Restaurant interior" -- 2.49.1