Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-03-08 21:53:12 +00:00
2 changed files with 9 additions and 8 deletions

View File

@@ -59,6 +59,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/side-view-cook-preparing-pizza_23-2150283010.jpg"
imageAlt="Legendary tlayuda being prepared over charcoal fire"
mediaAnimation="blur-reveal"
titleClassName="text-orange-600"
/>
</div>
@@ -209,4 +210,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #1f2027;
--card: #ffffff;
--foreground: #1f2027;
--primary-cta: #1f2027;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--primary-cta-text: #ebe8df;
--secondary-cta: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #1f2027;
--accent: #627dc6;
--background-accent: #627dc6;
--accent: #e2e2e2;
--background-accent: #E34400;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);