4 Commits

Author SHA1 Message Date
a8ded39087 Update src/app/page.tsx 2026-03-05 06:29:52 +00:00
b5ca2643f1 Update src/app/page.tsx 2026-03-05 06:18:21 +00:00
050f19e986 Update src/app/layout.tsx 2026-03-05 06:18:21 +00:00
a8017f5724 Merge version_11 into main
Merge version_11 into main
2026-03-05 06:16:15 +00:00
2 changed files with 10 additions and 1398 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-1772692161535-oa1bbbmr.png", imageAlt: "Wood-fired pizza fresh from oven", imagePosition: "right" as const,
mediaAnimation: "blur-reveal" as const,
buttons: [
{ text: "Reserve Your Slice", href: "#menu" },
@@ -175,7 +175,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero" style={{
backgroundImage: 'url(https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOPwaLclIhBPrud8y1xTqDki0/uploaded-1772617011051-vili4pw9.png)',
backgroundImage: 'url(https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOPwaLclIhBPrud8y1xTqDki0/uploaded-1772692161535-oa1bbbmr.png)',
backgroundSize: 'cover',
backgroundPosition: 'center',
backgroundAttachment: 'fixed'
@@ -204,4 +204,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}