Update src/app/layout.tsx

This commit is contained in:
2026-03-03 16:55:10 +00:00
parent e3f5e84f15
commit b11e2a7d5e

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Dolomiti - Artisan Sandwiches & Wood-Fired Pizza", description: "Taste the Heights of Flavor. Authentic Italian sandwiches and wood-fired pizza crafted fresh daily."};
title: "Dolomiti - Artisan Sandwiches & Wood-Fired Pizza", description: "Taste the Heights of Flavor. Authentic Italian sandwiches and wood-fired pizza crafted fresh daily."
};
export default function RootLayout({
children,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}