6 Commits

Author SHA1 Message Date
e1ba5cb5df Update theme colors 2026-05-06 06:48:51 +00:00
75ec6d3f00 Update theme colors 2026-05-06 06:48:37 +00:00
c95e9bbdbd Update theme colors 2026-05-06 06:48:25 +00:00
99a637c137 Update src/app/page.tsx 2026-05-06 06:38:26 +00:00
ba93ecbcb9 Merge version_1 into main
Merge version_1 into main
2026-05-06 06:28:15 +00:00
72d198e6e4 Merge version_1 into main
Merge version_1 into main
2026-05-06 06:27:42 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -167,13 +167,13 @@ export default function LandingPage() {
tag="Meet our dedicated experts"
members={[
{
id: "m1", name: "Dr. Pooja Bhatt, President", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-work_23-2149485515.jpg"},
id: "m1", name: "Dr. Pooja Bhatt, President", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DL5fa3sDAqI7Yho8toba1D4twS/uploaded-1778049492493-jt6nitcg.jpg"},
{
id: "m2", name: "Dr. Nivedhika Rai Vaid, VP", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-economist_23-2150251723.jpg"},
id: "m2", name: "Dr. Nivedhika Rai Vaid, VP", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DL5fa3sDAqI7Yho8toba1D4twS/uploaded-1778049492494-3vd1n7wr.jpg"},
{
id: "m3", name: "Ms. Somyarki Upadhya, Sec.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg"},
id: "m3", name: "Ms. Somyarki Upadhya, Sec.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DL5fa3sDAqI7Yho8toba1D4twS/uploaded-1778049492494-wepricnb.jpg"},
{
id: "m4", name: "Dr. Abha Anand, Treasurer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-posing_23-2149457709.jpg"},
id: "m4", name: "Dr. Abha Anand, Treasurer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DL5fa3sDAqI7Yho8toba1D4twS/uploaded-1778049492494-deo9nyjn.jpg"},
]}
memberVariant="card"
membersAnimation="slide-up"
@@ -253,4 +253,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f0f8ffe6;
--primary-cta: #cee7ff;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f0f8ffe6;
--accent: #737373;
--background-accent: #737373;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);