|
|
|
|
@@ -66,7 +66,7 @@ export default function HomePage() {
|
|
|
|
|
imageAlt="professional accountant reviewing tax documents"
|
|
|
|
|
imagePosition="right"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Book Appointment", href: "/contact" },
|
|
|
|
|
{ text: "Schedule Your Free Consultation", href: "/contact" },
|
|
|
|
|
{ text: "Call (562) 381-2999", href: "tel:+15623812999" },
|
|
|
|
|
]}
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
@@ -84,48 +84,12 @@ export default function HomePage() {
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "personal-tax",
|
|
|
|
|
title: "Individual Tax Preparation",
|
|
|
|
|
description: "Expert preparation of federal and state tax returns for individuals, including W-2 and 1099 income filing.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/business-person-reading-important-documents-his-desk_329181-20599.jpg?_wi=1",
|
|
|
|
|
imageAlt: "individual tax return preparation documents",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "business-tax",
|
|
|
|
|
title: "Business Tax Filing",
|
|
|
|
|
description: "Comprehensive tax services for small business owners and self-employed professionals including Schedule C preparation.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/office-workplace-with-laptop-glasses-wood-table_1423-52.jpg?_wi=1",
|
|
|
|
|
imageAlt: "small business tax filing documents",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "consultation",
|
|
|
|
|
title: "Tax Consultation",
|
|
|
|
|
description: "Personalized tax planning and consultation to help you understand filing requirements and maximize deductions.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/business-people-reading-document-together_23-2147626518.jpg?_wi=1",
|
|
|
|
|
imageAlt: "financial advisor tax consultation meeting",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "amended-returns",
|
|
|
|
|
title: "Amended Returns",
|
|
|
|
|
description: "Professional preparation and filing of amended tax returns to correct previously filed taxes.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-bible-with-bookmarks-as-sign-mindful-reading-faith-bible-closeup_169016-71343.jpg?_wi=1",
|
|
|
|
|
imageAlt: "amended tax return correction documents",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "irs-letters",
|
|
|
|
|
title: "IRS Letters & Notices",
|
|
|
|
|
description: "Expert assistance in understanding and responding to IRS communications and notices.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850981.jpg?_wi=1",
|
|
|
|
|
imageAlt: "IRS notice correspondence documents",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "payroll-support",
|
|
|
|
|
title: "Payroll Support",
|
|
|
|
|
description: "Guidance on payroll tax requirements and employee withholding for business owners.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/calculator-numbers-paper-closeup-finance-concept_169016-24473.jpg?_wi=1",
|
|
|
|
|
imageAlt: "payroll tax withholding documents",
|
|
|
|
|
},
|
|
|
|
|
{ id: "personal-tax", title: "Individual Tax Preparation", description: "Expert preparation of federal and state tax returns for individuals, including W-2 and 1099 income filing.", imageSrc: "https://images.unsplash.com/photo-1633356122544-f134324ef6db?w=500&h=500&fit=crop", imageAlt: "W-2 and 1099 tax forms"},
|
|
|
|
|
{ id: "business-tax", title: "Business Tax Filing", description: "Comprehensive tax services for small business owners and self-employed professionals including Schedule C preparation.", imageSrc: "https://images.unsplash.com/photo-1554224311-beee415c15c9?w=500&h=500&fit=crop", imageAlt: "organized business tax filing documents and calculator"},
|
|
|
|
|
{ id: "consultation", title: "Tax Consultation", description: "Personalized tax planning and consultation to help you understand filing requirements and maximize deductions.", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=500&h=500&fit=crop", imageAlt: "financial advisor consulting with organized tax documents"},
|
|
|
|
|
{ id: "amended-returns", title: "Amended Returns", description: "Professional preparation and filing of amended tax returns to correct previously filed taxes.", imageSrc: "https://images.unsplash.com/photo-1492707892657-8a42e6d3ce86?w=500&h=500&fit=crop", imageAlt: "amended tax return correction forms and pen"},
|
|
|
|
|
{ id: "irs-letters", title: "IRS Letters & Notices", description: "Expert assistance in understanding and responding to IRS communications and notices.", imageSrc: "https://images.unsplash.com/photo-1631365571842-a5171b34ded9?w=500&h=500&fit=crop", imageAlt: "IRS notice correspondence and professional office workspace"},
|
|
|
|
|
{ id: "payroll-support", title: "Payroll Support", description: "Guidance on payroll tax requirements and employee withholding for business owners.", imageSrc: "https://images.unsplash.com/photo-1554260570-992382bff997?w=500&h=500&fit=crop", imageAlt: "payroll calculator and tax withholding spreadsheet"},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -141,52 +105,22 @@ export default function HomePage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
showRating={true}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
name: "Maria Garcia",
|
|
|
|
|
handle: "@maria_g",
|
|
|
|
|
testimonial: "The customer service is amazing! I've been a customer for years. They made the tax filing process so easy and stress-free.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
{ id: "1", name: "Maria Garcia", handle: "@maria_g", testimonial: "The customer service is amazing! I've been a customer for years. They made the tax filing process so easy and stress-free.", rating: 5,
|
|
|
|
|
icon: User,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
name: "James Rodriguez",
|
|
|
|
|
handle: "@jrodriguez",
|
|
|
|
|
testimonial: "Very professional and great communication. They explained everything clearly and I got a better refund than expected.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
{ id: "2", name: "James Rodriguez", handle: "@jrodriguez", testimonial: "Very professional and great communication. They explained everything clearly and I got a better refund than expected.", rating: 5,
|
|
|
|
|
icon: User,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
name: "Sofia Hernandez",
|
|
|
|
|
handle: "@sofia_h",
|
|
|
|
|
testimonial: "Highly recommended! Fast, accurate, and they really care about their clients. Will definitely come back next year.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
{ id: "3", name: "Sofia Hernandez", handle: "@sofia_h", testimonial: "Highly recommended! Fast, accurate, and they really care about their clients. Will definitely come back next year.", rating: 5,
|
|
|
|
|
icon: User,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
name: "David Torres",
|
|
|
|
|
handle: "@dtorres",
|
|
|
|
|
testimonial: "Best tax service in Downey. They handle everything with precision and their prices are fair. Five stars!",
|
|
|
|
|
rating: 5,
|
|
|
|
|
{ id: "4", name: "David Torres", handle: "@dtorres", testimonial: "Best tax service in Downey. They handle everything with precision and their prices are fair. Five stars!", rating: 5,
|
|
|
|
|
icon: User,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5",
|
|
|
|
|
name: "Carmen Lopez",
|
|
|
|
|
handle: "@carmen_l",
|
|
|
|
|
testimonial: "I run a small business and they've been invaluable for my business tax needs. Very knowledgeable and responsive.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
{ id: "5", name: "Carmen Lopez", handle: "@carmen_l", testimonial: "I run a small business and they've been invaluable for my business tax needs. Very knowledgeable and responsive.", rating: 5,
|
|
|
|
|
icon: User,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6",
|
|
|
|
|
name: "Miguel Sanchez",
|
|
|
|
|
handle: "@msanchez",
|
|
|
|
|
testimonial: "Professional, efficient, and friendly. They made my complicated tax situation simple. Highly recommended for anyone in the area.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
{ id: "6", name: "Miguel Sanchez", handle: "@msanchez", testimonial: "Professional, efficient, and friendly. They made my complicated tax situation simple. Highly recommended for anyone in the area.", rating: 5,
|
|
|
|
|
icon: User,
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
@@ -243,4 +177,4 @@ export default function HomePage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|