Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 06:11:40 +00:00
parent 01e5d3801c
commit 6180649951

View File

@@ -11,10 +11,10 @@ import { Lightbulb, Users, Zap, Sparkles, TrendingUp } from "lucide-react";
const AboutPage = () => { const AboutPage = () => {
const navItems = [ const navItems = [
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "services" }, { name: "Services", id: "/services" },
{ name: "Case Studies", id: "case-studies" }, { name: "Case Studies", id: "/case-studies" },
{ name: "About", id: "about" }, { name: "About", id: "/about" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "/contact" },
]; ];
return ( return (
@@ -43,19 +43,13 @@ const AboutPage = () => {
tagAnimation="slide-up" tagAnimation="slide-up"
bulletPoints={[ bulletPoints={[
{ {
title: "Started with a Vision", title: "Started with a Vision", description: "We founded ROI Capital to change how businesses approach marketing—shifting from vanity metrics to real ROI and measurable outcomes.", icon: Zap,
description: "We founded ROI Capital to change how businesses approach marketing—shifting from vanity metrics to real ROI and measurable outcomes.",
icon: Zap,
}, },
{ {
title: "Built on Trust", title: "Built on Trust", description: "Our clients aren't customers; they're partners. We've built long-term relationships based on transparency, accountability, and exceptional results.", icon: Sparkles,
description: "Our clients aren't customers; they're partners. We've built long-term relationships based on transparency, accountability, and exceptional results.",
icon: Sparkles,
}, },
{ {
title: "Continuously Evolving", title: "Continuously Evolving", description: "The marketing landscape changes constantly. We invest in ongoing education, tools, and innovation to stay ahead of trends and deliver cutting-edge solutions.", icon: TrendingUp,
description: "The marketing landscape changes constantly. We invest in ongoing education, tools, and innovation to stay ahead of trends and deliver cutting-edge solutions.",
icon: TrendingUp,
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/man-executive-instructing-diverse-employees-new-modern-company-office-room-before-business-meeting-with-partners-analysing-reports-tablet_482257-5242.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/man-executive-instructing-diverse-employees-new-modern-company-office-room-before-business-meeting-with-partners-analysing-reports-tablet_482257-5242.jpg?_wi=2"
@@ -78,33 +72,13 @@ const AboutPage = () => {
tagAnimation="slide-up" tagAnimation="slide-up"
members={[ members={[
{ {
id: "1", id: "1", name: "Jessica Martinez", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5", imageAlt: "Jessica Martinez, CEO"},
name: "Jessica Martinez",
role: "Founder & CEO",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5",
imageAlt: "Jessica Martinez, CEO",
},
{ {
id: "2", id: "2", name: "Marcus Thompson", role: "Head of Strategy", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=6", imageAlt: "Marcus Thompson, Strategy Lead"},
name: "Marcus Thompson",
role: "Head of Strategy",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=6",
imageAlt: "Marcus Thompson, Strategy Lead",
},
{ {
id: "3", id: "3", name: "Aisha Patel", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=7", imageAlt: "Aisha Patel, Creative Director"},
name: "Aisha Patel",
role: "Creative Director",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=7",
imageAlt: "Aisha Patel, Creative Director",
},
{ {
id: "4", id: "4", name: "James Wilson", role: "Analytics Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=8", imageAlt: "James Wilson, Analytics Lead"},
name: "James Wilson",
role: "Analytics Lead",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=8",
imageAlt: "James Wilson, Analytics Lead",
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"