Compare commits
36 Commits
version_13
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 645edb4390 | |||
| 94ecbab36d | |||
| e312aaa4c5 | |||
| e2ca6a9a3e | |||
| 9b3e63ff8d | |||
| 9a28c0d500 | |||
| 7650dfecf7 | |||
| 535e1101fc | |||
| 12cb800fa1 | |||
| 01fc3ec366 | |||
| 3e594dd6a5 | |||
| e5e81a1b6c | |||
| 638ea6eff9 | |||
| da3931b389 | |||
| 9b239a8bb4 | |||
| a02a50f99b | |||
| 529b82cea8 | |||
| da4fd556f9 | |||
| 1959156135 | |||
| 51b557c68c | |||
| 4be7d95840 | |||
| 59d347b2c1 | |||
| 6d328b7a47 | |||
| bb34c5cc31 | |||
| 76892d4d9a | |||
| 02c5673193 | |||
| 2f172a3ea8 | |||
| 915ac91c15 | |||
| 9911aaff44 | |||
| cbe3ea9f47 | |||
| 1c50cfa52d | |||
| a8b20a84e6 | |||
| fb0b631dcf | |||
| 3bcbf63741 | |||
| cb49c39329 | |||
| 7db265ec71 |
@@ -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-1772696530462-ap9wxfmj.png", imageAlt: "Wood-fired pizza fresh from oven", mediaAnimation: "blur-reveal" as const,
|
||||
buttons: [
|
||||
{ text: "Reserve Your Slice", href: "#menu" },
|
||||
{ text: "Call Now", href: "tel:+16325551234" }
|
||||
],
|
||||
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
|
||||
containerClassName: "relative", className: "relative z-10"
|
||||
};
|
||||
|
||||
const philosophyProps = {
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--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;;;;
|
||||
--background: #000000;;;;
|
||||
--card: #000000;;;;
|
||||
--foreground: #F5F5F7;;;;
|
||||
--primary-cta: #F5F5F7;;;;
|
||||
--primary-cta-text: #e0dede;;;;
|
||||
--secondary-cta: #0a0a0a;;;;
|
||||
--secondary-cta-text: #F5F5F7;;;;
|
||||
--accent: #4a4a4a;;;;
|
||||
--background-accent: #883535;;;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user