4 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
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

View File

@@ -65,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"
},
{
id: "2", title: "Corporate Audit", description: "Professional support through audits.", tag: "Security"
},
{
id: "3", 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>
@@ -91,7 +90,7 @@ export default function LandingPage() {
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" }]
}
]}
@@ -124,8 +123,8 @@ export default function LandingPage() {
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: "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." },
{ id: "f3", title: "How often should I review my tax strategy?", content: "We recommend a quarterly review, especially if there have been significant changes in your business operations or personal income."},
{ 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>
@@ -139,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", "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>
@@ -148,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: "Audits" }, { label: "Strategy" }] },
{ 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."