10 Commits

Author SHA1 Message Date
268604062f Update theme colors 2026-05-30 06:38:29 +00:00
daeef9a424 Update theme colors 2026-05-30 06:32:44 +00:00
da432aef43 Update theme colors 2026-05-30 06:28:48 +00:00
f7b69f7212 Update theme colors 2026-05-30 06:28:16 +00:00
29bef580b2 Update theme colors 2026-05-30 06:27:51 +00:00
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 6 additions and 6 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: #0e98c4;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta: #de8731;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--secondary-cta-text: #b3de7e;
--accent: #ffffff;
--background-accent: #c6b180;