From 291bf78980a47a7ff2eaae4e685443b80748102d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 17:47:15 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 62 +++++++++--------------------------------- 1 file changed, 13 insertions(+), 49 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 39ad04b..4fc6722 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -55,26 +44,12 @@ export default function LandingPage() { description="Meet the team behind the grit." groups={[ { - id: "g1", - groupTitle: "Leadership", - members: [ + id: "g1", groupTitle: "Leadership", members: [ { - id: "t1", - title: "Founder", - subtitle: "Creative Director", - detail: "Architect of the brand vision.", - imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-young-male-model-posing-steps-with-gently-smile-indoor-photo-curious-african-guy-wears-hat_197531-22071.jpg", - }, + id: "t1", title: "Founder", subtitle: "Creative Director", detail: "Architect of the brand vision.", imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-young-male-model-posing-steps-with-gently-smile-indoor-photo-curious-african-guy-wears-hat_197531-22071.jpg"}, { - id: "t2", - title: "Lead Designer", - subtitle: "Product Innovation", - detail: "Defining the future of wear.", - imageSrc: "http://img.b2bpic.net/free-photo/pleased-well-dressed-male-model-sitting-stairs-fashionable-african-guy-enjoying-photoshoot-steps_197531-22070.jpg", - }, + id: "t2", title: "Lead Designer", subtitle: "Product Innovation", detail: "Defining the future of wear.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-well-dressed-male-model-sitting-stairs-fashionable-african-guy-enjoying-photoshoot-steps_197531-22070.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teen-party_23-2149239096.jpg?_wi=2", - imageAlt: "Well-dressed young male model posing on steps with gently smile. Indoor photo of curious african guy wears hat.", }, ]} /> @@ -87,29 +62,18 @@ export default function LandingPage() { title="Join Our Community" description="Partnering with the world's most authentic voices." names={[ - "Vanguard Lab", - "Street Soul", - "Urban Collective", - "Future Wear", - "Neo Street", - ]} + "Vanguard Lab", "Street Soul", "Urban Collective", "Future Wear", "Neo Street"]} /> ); -} +} \ No newline at end of file