diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ebc4b0..181c091 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -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 }} /> @@ -151,7 +147,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file