7 Commits

Author SHA1 Message Date
74049a0033 Merge version_3 into main
Merge version_3 into main
2026-03-11 18:36:56 +00:00
7c0e9a8d0f Update src/app/page.tsx 2026-03-11 18:36:52 +00:00
df3b0230c8 Merge version_2 into main
Merge version_2 into main
2026-03-11 18:35:45 +00:00
67902a49f6 Update src/app/page.tsx 2026-03-11 18:35:41 +00:00
b7a31de62c Merge version_2 into main
Merge version_2 into main
2026-03-11 18:34:20 +00:00
e9675cca05 Update src/app/page.tsx 2026-03-11 18:34:16 +00:00
f9ce422560 Merge version_1 into main
Merge version_1 into main
2026-03-11 18:26:29 +00:00

View File

@@ -209,7 +209,7 @@ export default function LandingPage() {
/>
</div>
<div id="team" data-section="team">
<div id="team" data-section="team" style={{ backgroundColor: "#ffffff" }}>
<TeamCardFive
title="Leadership & Executive Board"
description="Meet the talented students leading the Business Economics Society"
@@ -217,15 +217,13 @@ export default function LandingPage() {
tagIcon={Users}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
useInvertedBackground={false}
animationType="slide-up"
team={[
{ id: "1", name: "Jackson Harding", role: "Co-President", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Jackson Harding" },
{ id: "2", name: "Sarah Mitchell", role: "Co-President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Sarah Mitchell" },
{ id: "3", name: "Michael Chen", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/experienced-grey-haired-businessman-standing_74855-9871.jpg", imageAlt: "Michael Chen" },
{ id: "4", name: "Emma Davis", role: "Director of Outreach", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg", imageAlt: "Emma Davis" },
{ id: "5", name: "James Wilson", role: "Director of Events", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-businessman-arranging-his-tie_23-2148763886.jpg", imageAlt: "James Wilson" },
{ id: "6", name: "Olivia Rodriguez", role: "Director of Marketing", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg", imageAlt: "Olivia Rodriguez" }
{ id: "2", name: "Garrett Whitehead", role: "Co-President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Garrett Whitehead" },
{ id: "3", name: "Taggart Severson", role: "Treasurer", imageSrc: "http://img.b2bpic.net/free-photo/experienced-grey-haired-businessman-standing_74855-9871.jpg", imageAlt: "Taggart Severson" },
{ id: "4", name: "Ellie Robinson", role: "Community Outreach and Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg", imageAlt: "Ellie Robinson" }
]}
buttons={[
{ text: "Connect on LinkedIn", href: "https://linkedin.com/company/business-economics-society-university-of-utah" }