3 Commits

Author SHA1 Message Date
70d9744ebf Update src/app/page.tsx 2026-03-05 05:13:43 +00:00
26df9ba228 Update src/app/layout.tsx 2026-03-05 05:13:43 +00:00
e7d04c4d9b Merge version_5 into main
Merge version_5 into main
2026-03-05 05:11:07 +00:00
2 changed files with 11 additions and 1400 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-1772617011051-vili4pw9.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-1772687590212-yndftf0s.png", imageAlt: "Wood-fired pizza fresh from oven", imagePosition: "right" as const,
mediaAnimation: "blur-reveal" as const,
buttons: [
{ text: "Reserve Your Slice", href: "#menu" },
@@ -198,4 +198,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}