Update src/app/layout.tsx

This commit is contained in:
2026-04-18 10:55:27 +00:00
parent a2c21fa20d
commit cf4be5754b

View File

@@ -18,7 +18,7 @@ const inter = Inter({
subsets: ["latin"],
});
export const metadata: Metadata = { title: 'Johnnys Diner | Casselberrys Best Breakfast & Lunch', description: 'Visit Johnny\'s Diner in Casselberry for hearty American breakfast and lunch. 4.8-star rating. Fresh food, friendly service. Call (321) 972-8276 to order!', 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: 'Johnnys Diner | Classic Comfort Food in Casselberry', description: 'Welcome to Johnnys Diner, your local spot for hearty breakfasts, classic lunches, and friendly service in the heart of Casselberry, FL.', 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,