2 Commits

Author SHA1 Message Date
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

View File

@@ -65,21 +65,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" },
{ 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>
@@ -142,7 +138,7 @@ export default function LandingPage() {
{ 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,7 +147,7 @@ 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."
@@ -161,4 +157,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}