3 Commits

Author SHA1 Message Date
513efd57d1 Update theme colors 2026-05-10 19:13:05 +00:00
434103e25f Update src/app/page.tsx 2026-05-10 19:11:41 +00:00
4208ed65e4 Merge version_3 into main
Merge version_3 into main
2026-05-10 19:10:14 +00:00
2 changed files with 9 additions and 8 deletions

View File

@@ -39,6 +39,7 @@ export default function LandingPage() {
]}
brandName="Pizza Junction of Whitney"
button={{ text: "Order Now", href: "#products" }}
className="text-white"
/>
</div>
@@ -161,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #000000;
--foreground: #000000;
--primary-cta: #e63946;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #ffffff;
--accent: #e63946;
--background-accent: #f4f4f4;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);