Compare commits
29 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 | |||
| 73082b269b | |||
| 9208f04ab4 | |||
| b6aaf90d11 | |||
| e0f30b10a7 | |||
| 407a1eee98 | |||
| 24fc76a751 | |||
| d48b28cfd6 | |||
| f5a207f2bd |
@@ -229,7 +229,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="blog" data-section="blog">
|
<div id="blog" data-section="blog">
|
||||||
<BlogCardThree
|
<BlogCardThree
|
||||||
animationType="slide-up"
|
animationType="scale-rotate"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Latest in Health & Nutrition"
|
title="Latest in Health & Nutrition"
|
||||||
@@ -266,7 +266,7 @@ export default function LandingPage() {
|
|||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-reading-digital-magazine_23-2150162646.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-reading-digital-magazine_23-2150162646.jpg"
|
||||||
imageAlt="Online calendar booking system on a laptop"
|
imageAlt="Online calendar booking system on a laptop"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Schedule Consultation"
|
buttonText="Schedule Consultation"
|
||||||
/>
|
/>
|
||||||
@@ -274,7 +274,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<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"
|
logoAlt="DIETANCE logo"
|
||||||
logoText="DIETANCE"
|
logoText="DIETANCE"
|
||||||
columns={[
|
columns={[
|
||||||
@@ -319,4 +319,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #e3deea;
|
--background: #5cebeb;
|
||||||
--card: #ffffff;
|
--card: #0e98c4;
|
||||||
--foreground: #27231f;
|
--foreground: #2a2928;
|
||||||
--primary-cta: #27231f;
|
--primary-cta: #7a0ef0;
|
||||||
--primary-cta-text: #e3deea;
|
--primary-cta-text: #f5f4ef;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ecebea;
|
||||||
--secondary-cta-text: #27231f;
|
--secondary-cta-text: #b3de7e;
|
||||||
--accent: #c68a62;
|
--accent: #ffffff;
|
||||||
--background-accent: #c68a62;
|
--background-accent: #c6b180;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user