5 Commits

Author SHA1 Message Date
cbade21689 Update theme colors 2026-05-30 06:27:33 +00:00
cb5cc22662 Update theme colors 2026-05-30 06:27:02 +00:00
9faae071d1 Update theme colors 2026-05-30 06:26:46 +00:00
41e3643ced Update src/app/page.tsx 2026-05-30 06:22:59 +00:00
bb2827817c Merge version_6 into main
Merge version_6 into main
2026-05-30 06:20:09 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -274,7 +274,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoSrc="http://img.b2bpic.net/free-vector/nutrition-logo-design-template_742173-29615.jpg"
logoSrc="http://img.b2bpic.net/free-vector/vector-leaf-icon_53876-137688.jpg"
logoAlt="DIETANCE logo"
logoText="DIETANCE"
columns={[
@@ -319,4 +319,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,13 +10,13 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--background: #5cebeb;
--card: #f70e23;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--secondary-cta-text: #b3de7e;
--accent: #ffffff;
--background-accent: #c6b180;