Compare commits
53 Commits
version_5
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| f6739096d5 | |||
| 5d8a4566bb | |||
| bb07ae85ba | |||
| 0594e6b8cb | |||
| 82cf416f96 | |||
| 84debe7d1c | |||
| 943799f2e0 | |||
| acfe6a9df8 | |||
| a8ded39087 | |||
| 6d1e26dd50 | |||
| b5ca2643f1 | |||
| 050f19e986 | |||
| a8017f5724 | |||
| 33a2e39d39 | |||
| 2dc39bb2cf | |||
| d3af33e7e3 | |||
| d61045c9d8 | |||
| 6faecaf23b | |||
| 5eee8ce6be | |||
| f75e59e5c0 | |||
| 49d24c1598 | |||
| a5785f7aa0 | |||
| 09d317c2cc | |||
| 160c43773f | |||
| 739b1c961b | |||
| b8bc880f53 | |||
| 8e8979b40e | |||
| 1ca23e612e | |||
| d199527d15 | |||
| 3dffe3e0d6 | |||
| 486989ba4e | |||
| cd18984b98 | |||
| 6bc7e37de3 | |||
| 0062f1b86c | |||
| f707dd7960 | |||
| c09508a388 | |||
| 22d78ced96 | |||
| b8d4733676 | |||
| dbd615c441 | |||
| 3834fb315c | |||
| 4d995ac093 | |||
| 14f2677bff | |||
| cc6340fcd3 | |||
| cb66bdb6b7 | |||
| 459a30a094 | |||
| 1f54b3f9a1 | |||
| 8d8bea898f | |||
| ad0ba9212d | |||
| 3068ba05e2 | |||
| 068cd18051 | |||
| 70d9744ebf | |||
| 26df9ba228 | |||
| e7d04c4d9b |
1403
src/app/layout.tsx
1403
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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,14 +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
|
||||
buttonAnimation: "blur-reveal" 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,
|
||||
showDimOverlay: false
|
||||
};
|
||||
|
||||
const philosophyProps = {
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit {...heroProps} />
|
||||
<HeroOverlay {...heroProps} />
|
||||
</div>
|
||||
|
||||
<div id="philosophy" data-section="philosophy">
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user