4 Commits

Author SHA1 Message Date
59d347b2c1 Update src/app/page.tsx 2026-03-05 07:28:14 +00:00
6d328b7a47 Update src/app/layout.tsx 2026-03-05 07:28:14 +00:00
bb34c5cc31 Merge version_14 into main
Merge version_14 into main
2026-03-05 07:21:33 +00:00
02c5673193 Merge version_14 into main
Merge version_14 into main
2026-03-05 07:20:04 +00:00
2 changed files with 5 additions and 8 deletions

View File

@@ -1,10 +1,7 @@
import type { Metadata } from "next";
import "./styles/variables.css";
import "./globals.css";
export const metadata: Metadata = {
title: "DeCasa Pizza | Premium Wood-Fired Pizza in Midland, TX", description: "Award-winning wood-fired pizza in Midland. 48-hour fermented dough. Limited daily availability. Call to order."
};
title: "DeCasa - Premium Wood-Fired Pizza in Midland", description: "The best pizza in Midland. 48-hour fermented dough. Real wood-fired pizza. Limited daily availability."};
export default function RootLayout({
children,
@@ -13,9 +10,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body>
{children}
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -17,7 +17,9 @@ const navItems = [
];
const navButton = {
text: "Reserve Your Slice", href: "#menu"
text: "Reserve Your Slice", href: "#menu", props: {
bgClassName: "bg-[var(--primary-cta)]", textClassName: "text-[var(--primary-cta-text)]"
}
};
const heroProps = {