|
|
|
|
@@ -44,8 +44,9 @@ 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."
|
|
|
|
|
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"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -54,7 +55,7 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="Your Trusted Tax Partner"
|
|
|
|
|
description={[
|
|
|
|
|
"At Monarca, we bridge the gap between complexity and compliance.", "Our dedicated team of tax professionals ensures every detail is optimized for your financial success."
|
|
|
|
|
"At Monarca, we bridge the gap between complexity and compliance. Visit us at 1920 W 47th St, Chicago, IL 60609.", "Our dedicated team of tax professionals ensures every detail is optimized for your financial success."
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -65,8 +66,8 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{ id: "1", title: "Income Tax", description: "Specialized income tax planning and preparation.", tag: "Services" },
|
|
|
|
|
{ id: "2", title: "Electronic Filing", description: "Fast and secure e-filing for all tax returns.", tag: "Services" },
|
|
|
|
|
{ id: "1", title: "Income Tax", description: "Specialized income tax planning and preparation.", tag: "Services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777155250341-ydo5buv9.jpg" },
|
|
|
|
|
{ id: "2", title: "Electronic Filing", description: "Fast and secure e-filing for all tax returns.", tag: "Services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777155250341-crlocw1f.jpg" },
|
|
|
|
|
{ id: "3", title: "Form W-7", description: "Assistance with ITIN applications and W-7 forms.", tag: "Services" },
|
|
|
|
|
{ id: "4", title: "Rapid Refund", description: "Expedited processing for faster refunds.", tag: "Services" },
|
|
|
|
|
{ id: "5", title: "Notary Public", description: "Professional document notarization services.", tag: "Services" },
|
|
|
|
|
@@ -90,12 +91,12 @@ 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"],
|
|
|
|
|
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" }]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
title="Simple Pricing"
|
|
|
|
|
description="Transparent plans for your professional needs."
|
|
|
|
|
description="Transparent plans for your professional needs. Choose our Professional plan to unlock advanced tax strategies that drive significant financial growth and peace of mind."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -105,9 +106,10 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{ id: "1", name: "Alex R.", handle: "@alex_business", testimonial: "Monarca changed how we approach our taxes." },
|
|
|
|
|
{ id: "2", name: "Maria S.", handle: "@maria_s", testimonial: "Exceptionally professional and quick." },
|
|
|
|
|
{ id: "3", name: "James L.", handle: "@j_law", testimonial: "Best tax experience I've ever had." }
|
|
|
|
|
{ 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."
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
title="Client Success"
|
|
|
|
|
description="What our clients say about Monarca."
|
|
|
|
|
@@ -133,7 +135,7 @@ export default function LandingPage() {
|
|
|
|
|
<ContactSplitForm
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="Get in Touch"
|
|
|
|
|
description="Fill out the form below to inquire about our services or schedule a consultation."
|
|
|
|
|
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 }
|
|
|
|
|
@@ -151,10 +153,10 @@ export default function LandingPage() {
|
|
|
|
|
{ title: "Legal", items: [{ label: "Privacy" }, { label: "Terms" }] },
|
|
|
|
|
]}
|
|
|
|
|
bottomLeftText="© 2024 Monarca Tax Professional. All rights reserved."
|
|
|
|
|
bottomRightText="1920 W 47th St, Chicago, IL 60609"
|
|
|
|
|
bottomRightText="1920 W 47th St, Chicago, IL 60609 | (773)263-3816"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|