From dd565e349a258a27cb34e68c1b6c1689ac2fa1dc Mon Sep 17 00:00:00 2001 From: Aravind Date: Tue, 23 Jun 2026 12:16:17 +0530 Subject: [PATCH] update meet crew --- src/components/sections/OurTeam.tsx | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/components/sections/OurTeam.tsx b/src/components/sections/OurTeam.tsx index 44fdf47..c6dc973 100644 --- a/src/components/sections/OurTeam.tsx +++ b/src/components/sections/OurTeam.tsx @@ -9,11 +9,11 @@ export default function OurTeam() { image: "/images/Investor.webp", }, - { - name: "Parthiban", - position: "CGO & Growth Specialist", - image: "/images/Parthi.webp", - }, + // { + // name: "Parthiban", + // position: "CGO & Growth Specialist", + // image: "/images/Parthi.webp", + // }, { name: "Aravinth", position: "CFO & Finance Specialist", @@ -69,22 +69,19 @@ export default function OurTeam() { filter: grayscale(0%); } - /* Grid: five columns that wrap, with tightened row/column gaps. */ + /* Grid: four columns that wrap, with tightened row/column gaps. */ .team-listing-wrapper.team-grid-listing { display: flex; flex-wrap: wrap; margin: 0 -16px -40px; } .team-listing-wrapper.team-grid-listing .team-item-wrapper { - width: 20%; + width: 25%; padding: 0 16px; margin-bottom: 40px; box-sizing: border-box; } - @media (max-width: 1200px) { - .team-listing-wrapper.team-grid-listing .team-item-wrapper { width: 33.3333%; } - } - @media (max-width: 800px) { + @media (max-width: 1024px) { .team-listing-wrapper.team-grid-listing .team-item-wrapper { width: 50%; } } @media (max-width: 767px) { @@ -173,7 +170,7 @@ export default function OurTeam() {
-
+
{teamMembers.map((member, i) => (