Compare commits
40 Commits
version_9
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 76892d4d9a | |||
| 2f172a3ea8 | |||
| 915ac91c15 | |||
| 9911aaff44 | |||
| cbe3ea9f47 | |||
| 1c50cfa52d | |||
| a8b20a84e6 | |||
| fb0b631dcf | |||
| 3bcbf63741 | |||
| cb49c39329 | |||
| 7db265ec71 | |||
| 5d8a4566bb | |||
| bb07ae85ba | |||
| 0594e6b8cb | |||
| 82cf416f96 | |||
| 84debe7d1c | |||
| 943799f2e0 | |||
| acfe6a9df8 | |||
| a8ded39087 | |||
| 6d1e26dd50 | |||
| b5ca2643f1 | |||
| 050f19e986 | |||
| a8017f5724 | |||
| 33a2e39d39 | |||
| 2dc39bb2cf | |||
| 92112155e5 | |||
| d3af33e7e3 | |||
| d61045c9d8 | |||
| 6faecaf23b | |||
| 5eee8ce6be | |||
| f75e59e5c0 | |||
| 49d24c1598 | |||
| a5785f7aa0 | |||
| 09d317c2cc | |||
| 160c43773f | |||
| 739b1c961b | |||
| b8bc880f53 | |||
| 8e8979b40e | |||
| 1ca23e612e | |||
| d199527d15 |
@@ -3,7 +3,8 @@ 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 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."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -17,13 +17,13 @@ const navItems = [
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Call Now", href: "tel:+16325551234"
|
||||
text: "Reserve Your Slice", href: "#menu"
|
||||
};
|
||||
|
||||
const heroProps = {
|
||||
title: "The Best Pizza in Midland. Two Years Running.", description: "48-hour fermented dough. Real wood-fired pizza. Limited daily availability.", tag: "MRT Best of Midland 2024 & 2025", tagIcon: Award,
|
||||
background: { variant: "plain" as const },
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOPwaLclIhBPrud8y1xTqDki0/uploaded-1772689057119-x407o628.png", imageAlt: "Wood-fired pizza fresh from oven", imagePosition: "right" as const,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOPwaLclIhBPrud8y1xTqDki0/uploaded-1772694156421-0mg2tc5k.png", imageAlt: "Wood-fired pizza fresh from oven", imagePosition: "right" as const,
|
||||
mediaAnimation: "blur-reveal" as const,
|
||||
buttons: [
|
||||
{ text: "Reserve Your Slice", href: "#menu" },
|
||||
|
||||
Reference in New Issue
Block a user