11 Commits

Author SHA1 Message Date
3834fb315c Update src/app/page.tsx 2026-03-05 05:21:55 +00:00
4d995ac093 Switch to version 5: modified src/app/page.tsx 2026-03-05 05:18:05 +00:00
14f2677bff Switch to version 5: modified src/app/layout.tsx 2026-03-05 05:18:05 +00:00
cc6340fcd3 Switch to version 6: modified src/app/page.tsx 2026-03-05 05:17:46 +00:00
cb66bdb6b7 Switch to version 6: modified src/app/layout.tsx 2026-03-05 05:17:45 +00:00
459a30a094 Merge version_7 into main
Merge version_7 into main
2026-03-05 05:16:38 +00:00
1f54b3f9a1 Update src/app/page.tsx 2026-03-05 05:16:34 +00:00
8d8bea898f Update src/app/layout.tsx 2026-03-05 05:16:33 +00:00
ad0ba9212d Switch to version 5: modified src/app/page.tsx 2026-03-05 05:14:57 +00:00
3068ba05e2 Switch to version 5: modified src/app/layout.tsx 2026-03-05 05:14:56 +00:00
068cd18051 Merge version_6 into main
Merge version_6 into main
2026-03-05 05:13:47 +00:00
2 changed files with 1399 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@ const navButton = {
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-1772687590212-yndftf0s.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-1772688083401-ri2hipbp.png", imageAlt: "Wood-fired pizza fresh from oven", imagePosition: "right" as const,
mediaAnimation: "blur-reveal" as const,
buttons: [
{ text: "Reserve Your Slice", href: "#menu" },