Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-28 11:45:44 +00:00
2 changed files with 11 additions and 14 deletions

View File

@@ -221,9 +221,6 @@ export default function LandingPage() {
{
id: "t2", name: "Rohan Kapoor", role: "Adhyatmik Uddyami", company: "Divine Ventures", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg", imageAlt: "Rohan Kapoor"},
{
id: "t3", name: "Priya Singh", role: "Mission Volunteer", company: "Bhagwat Seva", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-reading-tarot_23-2150298317.jpg", imageAlt: "Priya Singh"},
{
id: "t4", name: "Vivek Kumar", role: "KarmaNest Partner", company: "Spiritual Growth Co.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-handmade-dreamcatcher_23-2149181368.jpg", imageAlt: "Vivek Kumar"},
@@ -306,10 +303,10 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2024 KarmaNest. Published By Subhash Chand. All rights reserved."
copyrightText="© 2024 KarmaNest. Published By Subhash Chand. Created under the instruction of Subhash Chand. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #25190c;
--primary-cta: #ff6207;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #25190c;
--accent: #ffce93;
--background-accent: #e8cfa8;
--background: #fdf8f5;
--card: #fffcf9;
--foreground: #3a1e0d;
--primary-cta: #FF9933;
--primary-cta-text: #ffffff;
--secondary-cta: #fdedd8;
--secondary-cta-text: #3a1e0d;
--accent: #cc7a00;
--background-accent: #ffe5cc;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);