Compare commits
2 Commits
version_14
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| a73d20ae63 | |||
| ea1ec639e5 |
@@ -72,7 +72,10 @@ export default function LandingPage() {
|
||||
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: "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"
|
||||
}
|
||||
]}
|
||||
title="Comprehensive Tax Solutions"
|
||||
@@ -91,7 +94,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 +127,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 +142,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: ["Individual Tax", "Income Tax Services", "Corporate Audit", "Financial Planning"] }}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your needs", rows: 4 }}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,7 +151,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: "Tax Filing" }, { label: "Income Tax" }, { label: "Audits" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy" }, { label: "Terms" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Monarca Tax Professional. All rights reserved."
|
||||
@@ -158,4 +161,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user