3 Commits

Author SHA1 Message Date
46e9652ec4 Update src/app/page.tsx 2026-04-25 22:03:40 +00:00
e8818bd9c6 Update src/app/page.tsx 2026-04-25 22:03:17 +00:00
9c652c32df Merge version_16 into main
Merge version_16 into main
2026-04-25 21:58:43 +00:00

View File

@@ -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."
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>