Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 97e50e83b3 | |||
| 3f5d76a77e | |||
| 98a9411352 | |||
| 268604062f | |||
| b8cba8a3ce | |||
| daeef9a424 | |||
| 90d6a23860 | |||
| da432aef43 | |||
| 0397f703c9 | |||
| f7b69f7212 | |||
| ea13e758bd | |||
| 29bef580b2 | |||
| 8d71ed0a17 | |||
| cbade21689 | |||
| 9e660b0e34 | |||
| cb5cc22662 | |||
| 4230ddbded | |||
| 9faae071d1 | |||
| 2ea75f859f | |||
| 41e3643ced | |||
| bb2827817c |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,13 +10,13 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--background: #5cebeb;
|
||||
--card: #0e98c4;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--primary-cta: #7a0ef0;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--secondary-cta-text: #b3de7e;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user