4 Commits

Author SHA1 Message Date
aac7ecda85 Update src/app/page.tsx 2026-04-25 21:29:59 +00:00
68cde81132 Merge version_10 into main
Merge version_10 into main
2026-04-25 21:28:21 +00:00
97fd33a51b Update src/app/page.tsx 2026-04-25 21:28:15 +00:00
64c0d18336 Merge version_8 into main
Merge version_8 into main
2026-04-25 21:21:13 +00:00

View File

@@ -110,9 +110,7 @@ export default function LandingPage() {
testimonials={[
{ id: "1", name: "Alex R.", handle: "@alex_business", testimonial: "Monarca changed how we approach our taxes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777152057518-w33tdpi7.jpg" },
{ id: "2", name: "Maria S.", handle: "@maria_s", testimonial: "Exceptionally professional and quick.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777152057518-y7j1bjiu.jpg" },
{ id: "3", name: "James L.", handle: "@j_law", testimonial: "Best tax experience I've ever had.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149416786-1l0bfjxh.jpg?_wi=2" },
{ id: "4", name: "Elena P.", handle: "@elena_p", testimonial: "Clear, concise, and professional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149416786-dntns5hk.jpg" },
{ id: "5", name: "David W.", handle: "@d_will", testimonial: "Highly recommended for corporate services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149642532-lmfpa7jd.jpg?_wi=4" }
{ id: "3", name: "James L.", handle: "@j_law", testimonial: "Best tax experience I've ever had.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149416786-1l0bfjxh.jpg?_wi=2" }
]}
title="Client Success"
description="What our clients say about Monarca."
@@ -141,7 +139,8 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "plain" }}
text="Ready to get started? Our experts are here to help. Find us at 1920 W 47th St, Chicago, IL 60609."
buttons={[{ text: "Contact Us Now", href: "mailto:hello@monarcatax.com" }]}
buttons={[{ text: "Contact Us Now", href: "mailto:hello@monarcatax.com" }]
}
/>
</div>