20 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
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
a73d20ae63 Update src/app/page.tsx 2026-04-25 21:56:00 +00:00
ea1ec639e5 Merge version_14 into main
Merge version_14 into main
2026-04-25 21:47:02 +00:00
dee92ab744 Update src/app/page.tsx 2026-04-25 21:46:59 +00:00
451099671d Merge version_13 into main
Merge version_13 into main
2026-04-25 21:36:12 +00:00
bebc2f74c8 Update src/app/page.tsx 2026-04-25 21:36:06 +00:00
5089c53459 Merge version_13 into main
Merge version_13 into main
2026-04-25 21:35:36 +00:00
8a58444b26 Update src/app/styles/variables.css 2026-04-25 21:35:33 +00:00
f6263d5bc0 Update src/app/page.tsx 2026-04-25 21:35:32 +00:00
4940e31c9a Merge version_12 into main
Merge version_12 into main
2026-04-25 21:33:17 +00:00
c40a77e6e0 Update src/app/page.tsx 2026-04-25 21:33:14 +00:00
887b8cd089 Merge version_11 into main
Merge version_11 into main
2026-04-25 21:30:05 +00:00
aac7ecda85 Update src/app/page.tsx 2026-04-25 21:29:59 +00:00
68cde81132 Merge version_10 into main
Merge version_10 into main
2026-04-25 21:28:21 +00:00
97fd33a51b Update src/app/page.tsx 2026-04-25 21:28:15 +00:00
64c0d18336 Merge version_8 into main
Merge version_8 into main
2026-04-25 21:21:13 +00:00
2 changed files with 52 additions and 62 deletions

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
@@ -34,6 +34,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="Monarca Tax"
@@ -43,10 +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."
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-1777149642532-lmfpa7jd.jpg?_wi=1"
imageAlt="Professional Tax Consulting"
/>
</div>
@@ -55,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>
@@ -66,18 +65,17 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "1", title: "Individual Tax", description: "Seamless filing for personal taxes.", tag: "Expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777152057517-royzxrd7.jpg"
},
{
id: "2", title: "Corporate Audit", description: "Professional support through audits.", tag: "Security", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777152057518-lph60jnw.jpg"
},
{
id: "3", title: "Financial Strategy", description: "Strategic planning for future growth.", tag: "Growth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777152057518-uvzoj6s4.jpg"
}
{ id: "1", title: "Income Tax", description: "Specialized income tax planning and preparation.", tag: "Services" },
{ id: "2", title: "Electronic Filing", description: "Fast and secure e-filing for all tax returns.", tag: "Services" },
{ 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>
@@ -86,14 +84,13 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="inline-image"
useInvertedBackground={false}
titleSegments={[{ type: 'text', content: 'Simple Pricing ' }, { type: 'image', src: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149416786-717eojt3.jpg', alt: 'Pricing Icon' }]}
plans={[
{
id: "basic", badge: "Entry", price: "$150", name: "Basic", features: ["Federal Filing", "Basic Review"],
buttons: [{ text: "Select Plan" }]
},
{
id: "pro", badge: "Recommended", price: "$350", name: "Professional", features: ["Everything in Basic", "Auditing Support", "Strategic Planning"],
id: "pro", badge: "Recommended", price: "$350", name: "Professional", features: ["Everything in Basic", "Income Tax Planning", "Auditing Support"],
buttons: [{ text: "Select Plan" }]
}
]}
@@ -108,11 +105,9 @@ 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.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777152057518-w33tdpi7.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-1777152057518-y7j1bjiu.jpg" },
{ id: "3", name: "James L.", handle: "@j_law", testimonial: "Best tax experience I've ever had.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149416786-1l0bfjxh.jpg?_wi=2" },
{ id: "4", name: "Elena P.", handle: "@elena_p", testimonial: "Clear, concise, and professional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149416786-dntns5hk.jpg" },
{ id: "5", name: "David W.", handle: "@d_will", testimonial: "Highly recommended for corporate services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149642532-lmfpa7jd.jpg?_wi=4" }
{ 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: "3", name: "James L.", handle: "@j_law", testimonial: "Best tax experience I've ever had." }
]}
title="Client Success"
description="What our clients say about Monarca."
@@ -120,48 +115,43 @@ export default function LandingPage() {
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="inline-image"
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149416786-1l0bfjxh.jpg?_wi=3"
titleSegments={[{ type: 'text', content: 'Frequently Asked ' }, { type: 'image', src: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149416786-dntns5hk.jpg', alt: 'FAQ Icon' }]}
faqs={[
{ id: "f1", title: "When is the deadline?", content: "April 15th is our standard filing date." },
{ id: "f2", title: "Do you offer auditing?", content: "Yes, we provide full audit assistance." },
{ id: "f3", title: "Is my data secure?", content: "We use bank-grade security protocols." }
]}
title="Frequently Asked"
description="Get quick answers to common questions."
<FaqBase
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Common tax inquiries answered."
faqs={[
{ id: "f1", title: "What documents do I need for personal tax filing?", content: "You generally need W-2 forms, 1099 statements, records of deductible expenses, and any relevant investment reports." },
{ id: "f2", title: "How do income tax services work?", content: "We evaluate your income sources, deductions, and credits to ensure you remain compliant while legally minimizing your tax burden." },
{ id: "f3", title: "Are there tax credits available for my business?", content: "Yes, various credits exist for research, energy efficiency, and hiring. Our experts can perform a comprehensive analysis to find applicable credits." },
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
<ContactSplitForm
useInvertedBackground={false}
background={{ variant: "plain" }}
text="Ready to get started? Our experts are here to help. Find us at 1920 W 47th St, Chicago, IL 60609."
buttons={[{ text: "Contact Us Now", href: "mailto:hello@monarcatax.com" }]}
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."
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: ["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>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
<FooterSimple
columns={[
{
items: [
{ label: "Services", href: "#features" },
{ label: "Pricing", href: "#pricing" }
]
},
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Legal", href: "#" }
]
}
{ title: "Company", items: [{ label: "About Us" }, { label: "Careers" }, { label: "Contact" }] },
{ title: "Services", items: [{ label: "Income Tax" }, { label: "E-Filing" }, { label: "Notary" }] },
{ title: "Legal", items: [{ label: "Privacy" }, { label: "Terms" }] },
]}
logoText="Monarca Tax Professional"
bottomLeftText="© 2024 Monarca Tax Professional. All rights reserved."
bottomRightText="1920 W 47th St, Chicago, IL 60609 | (773)263-3816"
/>
</div>
</ReactLenis>

View File

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