Update src/app/layout.tsx

This commit is contained in:
2026-04-18 11:02:22 +00:00
parent 06c88db90f
commit ea003eb858

View File

@@ -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: 'Johnnys Diner | Warmth, Comfort, & Home-Style Meals in Casselberry', description: 'Experience Johnnys 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,