Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -221,9 +221,6 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "t2", name: "Rohan Kapoor", role: "Adhyatmik Uddyami", company: "Divine Ventures", rating: 5,
|
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"},
|
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,
|
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"},
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-handmade-dreamcatcher_23-2149181368.jpg", imageAlt: "Vivek Kumar"},
|
||||||
@@ -306,7 +303,7 @@ 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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #fdf8f5;
|
||||||
--card: #ffffff;
|
--card: #fffcf9;
|
||||||
--foreground: #25190c;
|
--foreground: #3a1e0d;
|
||||||
--primary-cta: #ff6207;
|
--primary-cta: #FF9933;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #fdedd8;
|
||||||
--secondary-cta-text: #25190c;
|
--secondary-cta-text: #3a1e0d;
|
||||||
--accent: #ffce93;
|
--accent: #cc7a00;
|
||||||
--background-accent: #e8cfa8;
|
--background-accent: #ffe5cc;
|
||||||
|
|
||||||
/* 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