Compare commits
6 Commits
version_20
...
version_23
| Author | SHA1 | Date | |
|---|---|---|---|
| 04ab994c5e | |||
| 0371b0bfd6 | |||
| ff76ce325a | |||
| 95c89f67b9 | |||
| 96a1e3ef6c | |||
| 4a9e5eae5a |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Monarca Tax Professional"
|
||||
description="Expert tax services tailored for your growth and peace of mind. Reach us at (773)263-3816."
|
||||
description="Maximize your returns while ensuring full compliance with our expert tax services tailored for your growth and peace of mind."
|
||||
buttons={[{ text: "Book Consultation", href: "#contact" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777155250341-3c6cqiec.jpg"
|
||||
/>
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
buttons: [{ text: "Select Plan" }]
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Recommended", price: "$350", name: "Professional", features: ["Everything in Basic", "Income Tax Planning", "Auditing Support", "Maximize your returns with expert strategic tax planning and comprehensive financial audits that pay for themselves."],
|
||||
id: "pro", badge: "Recommended", price: "$350", name: "Professional", features: ["Everything in Basic", "STRATEGIC TAX PLANNING", "Auditing Support", "Maximize your returns with expert strategic tax planning and comprehensive financial audits that pay for themselves."],
|
||||
buttons: [{ text: "Select Plan" }]
|
||||
}
|
||||
]}
|
||||
@@ -108,7 +108,8 @@ 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-1777155250341-auj9u1fn.png" },
|
||||
{ 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-1777155250341-ina7js5o.jpg" },
|
||||
{ id: "3", name: "James L.", handle: "@j_law", testimonial: "Best tax experience I've ever had." }
|
||||
{ id: "3", name: "James L.", handle: "@j_law", testimonial: "Best tax experience I've ever had."
|
||||
}
|
||||
]}
|
||||
title="Client Success"
|
||||
description="What our clients say about Monarca."
|
||||
@@ -134,7 +135,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get in Touch"
|
||||
description="Fill out the form below or call us at (773)263-3816 to schedule a consultation at 1920 W 47th St, Chicago, IL 60609."
|
||||
description="Book your free 15-minute tax strategy session today. Fill out the form below or call us at (773)263-3816 to schedule a consultation at 1920 W 47th St, Chicago, IL 60609."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true }
|
||||
@@ -158,4 +159,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user