Compare commits
4 Commits
version_14
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| 59d347b2c1 | |||
| 6d328b7a47 | |||
| bb34c5cc31 | |||
| 02c5673193 |
@@ -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: `
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user