diff --git a/src/app/page.tsx b/src/app/page.tsx index cca4523..9b57219 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -232,6 +232,10 @@ export default function HomePage() { id: "1", name: "Marcus Chen", role: "Portfolio Manager", testimonial: "MacroPulse transformed how we track macro trends. The correlation analysis between commodities and equities is invaluable for our hedge fund operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-confident-fin-1772905169205-67b33284.png?_wi=1", imageAlt: "Marcus Chen"}, + { + id: "6", name: "Victoria Santos", role: "Hedge Fund Manager", testimonial: + "The economic calendar and correlation analysis tools have become critical to our macro strategy. MacroPulse is an excellent addition to our analytics toolkit.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-female-financ-1772905169322-0e76fff3.png?_wi=2", imageAlt: "Victoria Santos"}, { id: "2", name: "Sarah Williams", role: "Financial Analyst", testimonial: "The real-time economic indicator updates keep us ahead of market movements. It's like having Bloomberg Terminal integrated with modern web design.", imageSrc: @@ -248,10 +252,6 @@ export default function HomePage() { id: "5", name: "James Kim", role: "Risk Analyst", testimonial: "MacroPulse provides institutional-quality analytics at a fraction of traditional terminal costs. Highly recommended for serious market participants.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-confident-fin-1772905169205-67b33284.png?_wi=2", imageAlt: "James Kim"}, - { - id: "6", name: "Victoria Santos", role: "Hedge Fund Manager", testimonial: - "The economic calendar and correlation analysis tools have become critical to our macro strategy. MacroPulse is an excellent addition to our analytics toolkit.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-female-financ-1772905169322-0e76fff3.png?_wi=2", imageAlt: "Victoria Santos"}, ]} animationType="blur-reveal" title="Trusted by Financial Professionals" @@ -293,4 +293,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}