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 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);