Compare commits
3 Commits
version_16
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| 46e9652ec4 | |||
| e8818bd9c6 | |||
| 9c652c32df |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="Monarca Tax Professional"
|
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" }]}
|
buttons={[{ text: "Book Consultation", href: "#contact" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Your Trusted Tax Partner"
|
title="Your Trusted Tax Partner"
|
||||||
description={[
|
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>
|
</div>
|
||||||
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Get in Touch"
|
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={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "Email Address", 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" }] },
|
{ title: "Legal", items: [{ label: "Privacy" }, { label: "Terms" }] },
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Monarca Tax Professional. All rights reserved."
|
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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user