Merge version_17 into main #19

Merged
bender merged 1 commits from version_17 into main 2026-04-25 22:03:21 +00:00

View File

@@ -44,8 +44,8 @@ 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."
buttons={[{ text: "Book Consultation", href: "#contact" }]}
description="Expert tax services tailored for your growth and peace of mind. Reach us at (773)263-3816."
buttons={[{ text: "Book Consultation", href: "#contact" }]
/>
</div>
@@ -54,7 +54,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>
@@ -133,7 +133,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="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,7 +151,7 @@ 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>