Compare commits
15 Commits
version_2
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| cbade21689 | |||
| cb5cc22662 | |||
| 9faae071d1 | |||
| 41e3643ced | |||
| bb2827817c | |||
| 73082b269b | |||
| 9208f04ab4 | |||
| b6aaf90d11 | |||
| e0f30b10a7 | |||
| db0eb8af0b | |||
| 407a1eee98 | |||
| 1c96964319 | |||
| 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: #FDFCF5;
|
--background: #5cebeb;
|
||||||
--card: #FFFFFF;
|
--card: #f70e23;
|
||||||
--foreground: #2E2E2E;
|
--foreground: #2a2928;
|
||||||
--primary-cta: #4682B4;
|
--primary-cta: #2a2928;
|
||||||
--primary-cta-text: #FFFFFF;
|
--primary-cta-text: #f5f4ef;
|
||||||
--secondary-cta: #FF7F50;
|
--secondary-cta: #ecebea;
|
||||||
--secondary-cta-text: #2E2E2E;
|
--secondary-cta-text: #b3de7e;
|
||||||
--accent: #8FBC8F;
|
--accent: #ffffff;
|
||||||
--background-accent: #FFD700;
|
--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