Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-03-12 19:57:09 +00:00
2 changed files with 16 additions and 10 deletions

View File

@@ -147,9 +147,15 @@ export default function LandingPage() {
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
members={[
{ id: "1", name: "Aman Gupta", role: "Founder & Lead Facilitator", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg?_wi=2", imageAlt: "Aman Gupta, Founder" },
{ id: "2", name: "Somatic Practitioners", role: "Movement & Embodiment", imageSrc: "http://img.b2bpic.net/free-photo/flexible-woman-dancing-outdoors-full-shot_23-2149643015.jpg?_wi=2", imageAlt: "Somatic practitioners" },
{ id: "3", name: "Creative Facilitators", role: "Expression & Arts", imageSrc: "http://img.b2bpic.net/free-photo/crop-child-painting-eggs-table_23-2147752247.jpg?_wi=2", imageAlt: "Creative facilitators" }
{
id: "1", name: "Aman Gupta", role: "Founder & Lead Facilitator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArJA5DF967EAbIinp8KDPobxiZ/uploaded-1773345384894-856meo3p.png", imageAlt: "Aman Gupta, Founder"
},
{
id: "2", name: "Priya Sharma", role: "Movement & Embodiment Facilitator", imageSrc: "http://img.b2bpic.net/free-photo/flexible-woman-dancing-outdoors-full-shot_23-2149643015.jpg?_wi=2", imageAlt: "Priya Sharma, Movement Facilitator"
},
{
id: "3", name: "Alex Rivera", role: "Creative Expression & Arts Facilitator", imageSrc: "http://img.b2bpic.net/free-photo/crop-child-painting-eggs-table_23-2147752247.jpg?_wi=2", imageAlt: "Alex Rivera, Creative Facilitator"
}
]}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #b82b40;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #ff93e4;
--background-accent: #e8a8c3;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);