Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eec6ec04ae | |||
| a0a05a99b0 | |||
| dbf3dd536d | |||
| 983841bc65 | |||
| b0eb197476 |
1439
src/app/layout.tsx
1439
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -232,6 +232,10 @@ export default function HomePage() {
|
|||||||
id: "1", name: "Marcus Chen", role: "Portfolio Manager", testimonial:
|
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:
|
"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"},
|
"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:
|
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:
|
"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:
|
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:
|
"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"},
|
"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"
|
animationType="blur-reveal"
|
||||||
title="Trusted by Financial Professionals"
|
title="Trusted by Financial Professionals"
|
||||||
@@ -293,4 +293,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user