9 Commits

Author SHA1 Message Date
78c97593ed Update src/app/styles/variables.css 2026-04-25 22:06:21 +00:00
4348f67e41 Update src/app/page.tsx 2026-04-25 22:06:21 +00:00
a66cdaa6fa Merge version_17 into main
Merge version_17 into main
2026-04-25 22:03:43 +00:00
46e9652ec4 Update src/app/page.tsx 2026-04-25 22:03:40 +00:00
1d61cbf920 Merge version_17 into main
Merge version_17 into main
2026-04-25 22:03:20 +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
66c0434589 Update src/app/page.tsx 2026-04-25 21:58:40 +00:00
2a2e6bfc9c Merge version_15 into main
Merge version_15 into main
2026-04-25 21:56:03 +00:00
2 changed files with 27 additions and 30 deletions

View File

@@ -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="Expert tax services tailored for your growth and peace of mind. Reach us at (773)263-3816."
buttons={[{ text: "Book Consultation", href: "#contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777154769721-lfhuczpr.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,21 +66,17 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "1", title: "Individual Tax", description: "Seamless filing for personal taxes.", tag: "Expertise"
},
{
id: "2", title: "Corporate Audit", description: "Professional support through audits.", tag: "Security"
},
{
id: "3", title: "Income Tax Services", description: "Specialized income tax planning and preparation for maximum returns.", tag: "Specialized"
},
{
id: "4", title: "Financial Strategy", description: "Strategic planning for future growth.", tag: "Growth"
}
{ 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-1777154769721-4mi20ehx.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-1777154769721-e6927z3p.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" },
{ id: "6", title: "Translations", description: "Certified translation of financial and legal documents.", tag: "Services" },
{ id: "7", title: "Affidavits", description: "Professional assistance in drafting and verifying affidavits.", tag: "Services" },
{ id: "8", title: "Rental Leases", description: "Drafting and review of residential and commercial lease agreements.", tag: "Services" }
]}
title="Comprehensive Tax Solutions"
description="Expert advice to optimize your financial standing."
title="Our Professional Services"
description="Tailored solutions for your personal and professional needs."
/>
</div>
@@ -109,8 +106,8 @@ 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: "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-1777154769721-g9fjsai4.jpg" },
{ 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-1777154769721-jesfypq2.jpg" },
{ id: "3", name: "James L.", handle: "@j_law", testimonial: "Best tax experience I've ever had." }
]}
title="Client Success"
@@ -137,12 +134,12 @@ 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 }
]}
multiSelect={{ name: "service", label: "Select Service", options: ["Individual Tax", "Income Tax Services", "Corporate Audit", "Financial Planning"] }}
multiSelect={{ name: "service", label: "Select Service", options: ["Income Tax", "Electronic filing", "Form W-7", "Rapid refund", "Notary public", "Translations", "Affidavits", "Rental leases"] }}
textarea={{ name: "message", placeholder: "Tell us about your needs", rows: 4 }}
/>
</div>
@@ -151,14 +148,14 @@ export default function LandingPage() {
<FooterSimple
columns={[
{ title: "Company", items: [{ label: "About Us" }, { label: "Careers" }, { label: "Contact" }] },
{ title: "Services", items: [{ label: "Tax Filing" }, { label: "Income Tax" }, { label: "Audits" }] },
{ title: "Services", items: [{ label: "Income Tax" }, { label: "E-Filing" }, { label: "Notary" }] },
{ 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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--background: #4a0404;
--card: #7f1d1d;
--foreground: #fef2f2;
--primary-cta: #f87171;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta: #991b1b;
--secondary-cta-text: #000612e6;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--accent: #ef4444;
--background-accent: #5e1414;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);