diff --git a/src/app/page.tsx b/src/app/page.tsx index ef4381b..f72d26a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b925f2a..5376044 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);