13 Commits

Author SHA1 Message Date
f6739096d5 Update theme colors 2026-03-05 07:37:21 +00:00
5d8a4566bb Update src/app/page.tsx 2026-03-05 06:33:37 +00:00
bb07ae85ba Update src/app/layout.tsx 2026-03-05 06:33:36 +00:00
0594e6b8cb Switch to version 12: modified src/app/page.tsx 2026-03-05 06:31:02 +00:00
82cf416f96 Switch to version 12: modified src/app/layout.tsx 2026-03-05 06:31:02 +00:00
84debe7d1c Switch to version 11: modified src/app/page.tsx 2026-03-05 06:30:48 +00:00
943799f2e0 Switch to version 11: modified src/app/layout.tsx 2026-03-05 06:30:48 +00:00
acfe6a9df8 Merge version_12 into main
Merge version_12 into main
2026-03-05 06:29:57 +00:00
a8ded39087 Update src/app/page.tsx 2026-03-05 06:29:52 +00:00
6d1e26dd50 Merge version_12 into main
Merge version_12 into main
2026-03-05 06:18:25 +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
3 changed files with 23 additions and 1416 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroSplit from "@/components/sections/hero/HeroSplit";
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import ContactFaq from "@/components/sections/contact/ContactFaq";
@@ -22,15 +22,14 @@ 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,
mediaAnimation: "blur-reveal" as const,
buttons: [
{ text: "Reserve Your Slice", href: "#menu" },
{ text: "Call Now", href: "tel:+16325551234" }
],
buttonAnimation: "blur-reveal" as const,
containerClassName: "relative bg-cover bg-center bg-no-repeat", className: "relative z-10"
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,
showDimOverlay: false
};
const philosophyProps = {
@@ -174,13 +173,8 @@ 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)',
backgroundSize: 'cover',
backgroundPosition: 'center',
backgroundAttachment: 'fixed'
}}>
<HeroSplit {...heroProps} />
<div id="hero" data-section="hero">
<HeroOverlay {...heroProps} />
</div>
<div id="philosophy" data-section="philosophy">

View File

@@ -10,15 +10,15 @@
--accent: #4a4a4a;;;;
--background-accent: #883535;;;; */
--background: #000000;;;;
--card: #000000;;;;
--foreground: #F5F5F7;;;;
--primary-cta: #F5F5F7;;;;
--primary-cta-text: #000000;;;;
--secondary-cta: #0a0a0a;;;;
--secondary-cta-text: #F5F5F7;;;;
--accent: #4a4a4a;;;;
--background-accent: #883535;;;;
--background: #f6f0e9;;;;
--card: #efe7dd;;;;
--foreground: #2b180a;;;;
--primary-cta: #2b180a;;;;
--primary-cta-text: #f6f0e9;;;;
--secondary-cta: #efe7dd;;;;
--secondary-cta-text: #2b180a;;;;
--accent: #94877c;;;;
--background-accent: #afa094;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);