From a73d20ae6374dfd95c50f7344fe546f29a440eec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 21:56:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 559cd5c..4ebc4b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." }, ]} /> @@ -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 }} /> @@ -148,7 +151,7 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1