Compare commits
3 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| aac7ecda85 | |||
| 68cde81132 | |||
| 97fd33a51b |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user