Update src/app/page.tsx

This commit is contained in:
2026-05-28 11:45:41 +00:00
parent 07765944aa
commit 9359c13cc5

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