16 Commits

Author SHA1 Message Date
daeef9a424 Update theme colors 2026-05-30 06:32:44 +00:00
da432aef43 Update theme colors 2026-05-30 06:28:48 +00:00
f7b69f7212 Update theme colors 2026-05-30 06:28:16 +00:00
29bef580b2 Update theme colors 2026-05-30 06:27:51 +00:00
cbade21689 Update theme colors 2026-05-30 06:27:33 +00:00
cb5cc22662 Update theme colors 2026-05-30 06:27:02 +00:00
9faae071d1 Update theme colors 2026-05-30 06:26:46 +00:00
41e3643ced Update src/app/page.tsx 2026-05-30 06:22:59 +00:00
bb2827817c Merge version_6 into main
Merge version_6 into main
2026-05-30 06:20:09 +00:00
73082b269b Update src/app/page.tsx 2026-05-30 06:20:06 +00:00
9208f04ab4 Merge version_5 into main
Merge version_5 into main
2026-05-30 06:17:13 +00:00
e0f30b10a7 Merge version_4 into main
Merge version_4 into main
2026-05-30 06:16:43 +00:00
407a1eee98 Merge version_3 into main
Merge version_3 into main
2026-05-30 06:16:27 +00:00
24fc76a751 Merge version_2 into main
Merge version_2 into main
2026-05-30 06:15:46 +00:00
d48b28cfd6 Merge version_2 into main
Merge version_2 into main
2026-05-30 06:14:05 +00:00
f5a207f2bd Merge version_2 into main
Merge version_2 into main
2026-05-30 06:13:39 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -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>
);
}
}

View File

@@ -10,13 +10,13 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--background: #5cebeb;
--card: #b46de3;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta: #de8731;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--secondary-cta-text: #b3de7e;
--accent: #ffffff;
--background-accent: #c6b180;