Compare commits
16 Commits
version_5
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| daeef9a424 | |||
| da432aef43 | |||
| f7b69f7212 | |||
| 29bef580b2 | |||
| cbade21689 | |||
| cb5cc22662 | |||
| 9faae071d1 | |||
| 41e3643ced | |||
| bb2827817c | |||
| 73082b269b | |||
| 9208f04ab4 | |||
| 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={[
|
||||||
|
|||||||
@@ -10,13 +10,13 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f4ef;
|
--background: #5cebeb;
|
||||||
--card: #dad6cd;
|
--card: #b46de3;
|
||||||
--foreground: #2a2928;
|
--foreground: #2a2928;
|
||||||
--primary-cta: #2a2928;
|
--primary-cta: #de8731;
|
||||||
--primary-cta-text: #f5f4ef;
|
--primary-cta-text: #f5f4ef;
|
||||||
--secondary-cta: #ecebea;
|
--secondary-cta: #ecebea;
|
||||||
--secondary-cta-text: #2a2928;
|
--secondary-cta-text: #b3de7e;
|
||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #c6b180;
|
--background-accent: #c6b180;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user