6 Commits

Author SHA1 Message Date
ff76ce325a Update src/app/page.tsx 2026-04-25 22:18:44 +00:00
95c89f67b9 Merge version_21 into main
Merge version_21 into main
2026-04-25 22:17:50 +00:00
96a1e3ef6c Update src/app/page.tsx 2026-04-25 22:17:46 +00:00
4a9e5eae5a Merge version_20 into main
Merge version_20 into main
2026-04-25 22:16:14 +00:00
38397ab08f Update src/app/page.tsx 2026-04-25 22:16:11 +00:00
dc61e257c9 Merge version_19 into main
Merge version_19 into main
2026-04-25 22:14:27 +00:00

View File

@@ -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. 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" }]} buttons={[{ text: "Book Consultation", href: "#contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777155250341-3c6cqiec.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777155250341-3c6cqiec.jpg"
/> />
@@ -91,12 +91,12 @@ export default function LandingPage() {
buttons: [{ text: "Select Plan" }] 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", "Income Tax Planning", "Auditing Support", "Maximize your returns with expert strategic tax planning and comprehensive financial audits that pay for themselves."],
buttons: [{ text: "Select Plan" }] buttons: [{ text: "Select Plan" }]
} }
]} ]}
title="Simple Pricing" 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> </div>
@@ -134,7 +134,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 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={[ 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 }