From 4cc4358accc9fd1c0d7c7395a7e0f318706f768d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:53:07 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ff8fe4..4db3a59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -209,4 +210,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From a8d518aa26a7392d086515416e9292f24cffca7d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:53:08 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a871467..5264786 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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); -- 2.49.1