diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 88f9e34..c6b4260 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -26,37 +26,21 @@ export default function LandingPage() {
@@ -79,36 +62,14 @@ export default function LandingPage() {
useInvertedBackground={true}
groups={[
{
- id: "leadership",
- groupTitle: "Leadership Team",
- members: [
+ id: "leadership", groupTitle: "Leadership Team", members: [
{
- id: "member-1",
- title: "CEO & Founder",
- subtitle: "Visionary & Product Scout",
- detail: "Leading NovaCart's strategic vision and product discovery, ensuring we always bring you the latest and greatest.",
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenage-girl-wearing-trendy-colorful-clothing-rejoicing-positive-news-looking-with-charming-smile-showing-her-perfect-white-teeth-people-lifestyle-youth-happiness_273609-8086.jpg",
- imageAlt: "CEO & Founder",
- },
+ id: "member-1", title: "CEO & Founder", subtitle: "Visionary & Product Scout", detail: "Leading NovaCart's strategic vision and product discovery, ensuring we always bring you the latest and greatest.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenage-girl-wearing-trendy-colorful-clothing-rejoicing-positive-news-looking-with-charming-smile-showing-her-perfect-white-teeth-people-lifestyle-youth-happiness_273609-8086.jpg", imageAlt: "CEO & Founder"},
{
- id: "member-2",
- title: "Head of Operations",
- subtitle: "Logistics & Customer Experience",
- detail: "Overseeing seamless operations and ensuring every NovaCart customer has an exceptional shopping journey from click to delivery.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg",
- imageAlt: "Head of Operations",
- },
+ id: "member-2", title: "Head of Operations", subtitle: "Logistics & Customer Experience", detail: "Overseeing seamless operations and ensuring every NovaCart customer has an exceptional shopping journey from click to delivery.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "Head of Operations"},
{
- id: "member-3",
- title: "Marketing Director",
- subtitle: "Brand & Growth Strategist",
- detail: "Crafting compelling campaigns that share NovaCart's passion for trending tech with the world, driving our community forward.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg",
- imageAlt: "Marketing Director",
- },
+ id: "member-3", title: "Marketing Director", subtitle: "Brand & Growth Strategist", detail: "Crafting compelling campaigns that share NovaCart's passion for trending tech with the world, driving our community forward.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg", imageAlt: "Marketing Director"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43524.jpg",
- imageAlt: "happy customer avatar woman",
},
]}
title="Meet the Minds Behind NovaCart"
@@ -120,79 +81,47 @@ export default function LandingPage() {