Update src/app/about/page.tsx
This commit is contained in:
@@ -11,10 +11,10 @@ import { Lightbulb, Users, Zap, Sparkles, TrendingUp } from "lucide-react";
|
||||
const AboutPage = () => {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Case Studies", id: "case-studies" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Case Studies", id: "/case-studies" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -43,19 +43,13 @@ const AboutPage = () => {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
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,
|
||||
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,
|
||||
},
|
||||
{
|
||||
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,
|
||||
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,
|
||||
},
|
||||
{
|
||||
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,
|
||||
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,
|
||||
},
|
||||
]}
|
||||
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"
|
||||
members={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -126,4 +100,4 @@ const AboutPage = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default AboutPage;
|
||||
export default AboutPage;
|
||||
|
||||
Reference in New Issue
Block a user