From ea003eb858dd88e8d754c20cfb2dc930b181364a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:02:22 +0000 Subject: [PATCH] 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 ce54ee2..ae245bc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,7 +18,7 @@ const inter = Inter({ subsets: ["latin"], }); -export const metadata: Metadata = { title: 'Welcome to Webild', description: 'Premium digital solutions for your business.', openGraph: { title: "Johnny's Diner | Casselberry's Favorite Breakfast & Lunch", description: "Experience the best classic American diner in Casselberry. Fresh ingredients, friendly service, and generous portions.", type: "restaurant" } }; +export const metadata: Metadata = { title: 'Johnny’s Diner | Warmth, Comfort, & Home-Style Meals in Casselberry', description: 'Experience Johnny’s Diner, your local spot for homemade breakfast, lunch, and genuine hospitality in Casselberry.', openGraph: { title: "Johnny's Diner | Casselberry's Favorite Breakfast & Lunch", description: "Experience the best classic American diner in Casselberry. Fresh ingredients, friendly service, and generous portions.", type: "restaurant" } }; export default function RootLayout({ children,