Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9faae071d1 | |||
| 41e3643ced | |||
| bb2827817c | |||
| 73082b269b | |||
| 9208f04ab4 | |||
| b6aaf90d11 | |||
| e0f30b10a7 | |||
| db0eb8af0b | |||
| 407a1eee98 | |||
| 24fc76a751 | |||
| d48b28cfd6 | |||
| f5a207f2bd |
@@ -229,7 +229,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
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"
|
||||
imageAlt="Online calendar booking system on a laptop"
|
||||
mediaAnimation="opacity"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Schedule Consultation"
|
||||
/>
|
||||
@@ -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,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #e34400;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #010101;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #737373;
|
||||
--background-accent: #e34400;
|
||||
--background: #5cebeb;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user