Merge version_2 into main #4
141
src/app/page.tsx
141
src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Nosotros", id: "about" },
|
||||
{ name: "Servicios", id: "services" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Latino Income Tax Services"
|
||||
/>
|
||||
@@ -45,12 +41,10 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Latino Income Tax Services"
|
||||
description="Maximize Your Refund. Minimize Your Stress. Trusted, Fast, and Accurate Tax Preparation."
|
||||
description="Maximize Your Refund. Minimize Your Stress. Trusted, Fast, and Accurate Tax Preparation for the Community."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Consultation", href: "#contact"},
|
||||
{
|
||||
text: "Start My Tax Filing", href: "#contact"},
|
||||
{ text: "Get Your Free Consultation", href: "#contact" },
|
||||
{ text: "Start My Tax Filing", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-high-tech-modern-financial-office-back-1774820823614-bbbe00ff.png?_wi=1"
|
||||
@@ -63,17 +57,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", title: "Experience", subtitle: "Years of service", category: "Experience", value: "10+"},
|
||||
{
|
||||
id: "2", title: "Returns Filed", subtitle: "Total processed", category: "Success", value: "5,000+"},
|
||||
{
|
||||
id: "3", title: "Confidentiality", subtitle: "Data security", category: "Quality", value: "100%"},
|
||||
{
|
||||
id: "4", title: "Languages", subtitle: "Bilingual support", category: "Support", value: "2+"},
|
||||
{ id: "1", title: "Experience", subtitle: "Years of service", category: "Expertise", value: "15+" },
|
||||
{ id: "2", title: "Returns Filed", subtitle: "Tax seasons completed", category: "Success", value: "8,500+" },
|
||||
{ id: "3", title: "Security", subtitle: "Data protection", category: "Reliability", value: "100%" },
|
||||
{ id: "4", title: "Bilingual Support", subtitle: "English & Spanish", category: "Community", value: "Yes" },
|
||||
]}
|
||||
title="Our Results"
|
||||
description="Trusted by the community with proven experience."
|
||||
title="Proven Results"
|
||||
description="Serving the community with reliability and dedication."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,15 +71,12 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="About Our Firm"
|
||||
description="At Latino Income Tax Services, we do more than file taxes—we help you keep more of what you earn. Our team specializes in personalized tax strategies designed for working families, self-employed professionals, and small business owners. We understand your needs, your goals, and your community."
|
||||
title="Serving Our Community"
|
||||
description="At Latino Income Tax Services, we specialize in providing professional financial guidance tailored to the needs of our community. From tax preparation to ITIN support, we prioritize your peace of mind and help you maximize every opportunity for a better financial future."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Personalized Strategies", description: "Custom approach for your specific tax situation."},
|
||||
{
|
||||
title: "Community First", description: "We understand the needs of our local community."},
|
||||
{
|
||||
title: "Full Compliance", description: "Stay safe and compliant with IRS standards."},
|
||||
{ title: "Certified Professionals", description: "Registered tax preparers you can trust." },
|
||||
{ title: "Bilingual Services", description: "Serving you in English and Spanish." },
|
||||
{ title: "Year-Round Support", description: "We are here for you beyond tax season." },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-diverse-group-of-tax-professionals-sha-1774820823486-a4b6dfd9.png?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -102,38 +89,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Personal Tax Preparation", description: "Accurate filings with maximum deductions.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-high-tech-modern-financial-office-back-1774820823614-bbbe00ff.png?_wi=2"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-diverse-group-of-tax-professionals-sha-1774820823486-a4b6dfd9.png?_wi=2"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Business Tax Services", description: "Smart tax strategies for growing businesses.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-high-tech-modern-financial-office-back-1774820823614-bbbe00ff.png?_wi=3"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-diverse-group-of-tax-professionals-sha-1774820823486-a4b6dfd9.png?_wi=3"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "ITIN Processing", description: "Assistance for new and renewal applications.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-high-tech-modern-financial-office-back-1774820823614-bbbe00ff.png?_wi=4"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-diverse-group-of-tax-professionals-sha-1774820823486-a4b6dfd9.png?_wi=4"},
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Audit Support", description: "Expert representation for IRS concerns.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-high-tech-modern-financial-office-back-1774820823614-bbbe00ff.png?_wi=5"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-diverse-group-of-tax-professionals-sha-1774820823486-a4b6dfd9.png?_wi=5"},
|
||||
},
|
||||
{ id: 1, title: "Personal Tax Preparation", description: "Precise filing to capture every possible deduction.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-high-tech-modern-financial-office-back-1774820823614-bbbe00ff.png?_wi=2" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-diverse-group-of-tax-professionals-sha-1774820823486-a4b6dfd9.png?_wi=2" } },
|
||||
{ id: 2, title: "Small Business Accounting", description: "Streamlined bookkeeping and tax strategies for your growth.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-high-tech-modern-financial-office-back-1774820823614-bbbe00ff.png?_wi=3" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-diverse-group-of-tax-professionals-sha-1774820823486-a4b6dfd9.png?_wi=3" } },
|
||||
{ id: 3, title: "ITIN Assistance", description: "Professional guidance for new applications and renewals.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-high-tech-modern-financial-office-back-1774820823614-bbbe00ff.png?_wi=4" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-diverse-group-of-tax-professionals-sha-1774820823486-a4b6dfd9.png?_wi=4" } },
|
||||
{ id: 4, title: "IRS Resolution", description: "Expert advocacy to resolve notices and audit inquiries.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-high-tech-modern-financial-office-back-1774820823614-bbbe00ff.png?_wi=5" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/a-diverse-group-of-tax-professionals-sha-1774820823486-a4b6dfd9.png?_wi=5" } },
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Our Services"
|
||||
description="Comprehensive tax solutions to help you grow and succeed."
|
||||
title="Comprehensive Solutions"
|
||||
description="Professional services to keep your finances in order."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -143,41 +106,26 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria G.", role: "Client", testimonial: "Super fast and professional! I got a bigger refund than expected.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-professional-woman-1774820823500-903c5f47.png?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Carlos R.", role: "Client", testimonial: "They explained everything clearly and made the process stress-free.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-professional-man-1774820823846-bffd7eb2.png"},
|
||||
{
|
||||
id: "3", name: "Ana S.", role: "Client", testimonial: "Reliable and honest services every single year.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-middle-aged-woman-1774820823461-c5aaf440.png"},
|
||||
{
|
||||
id: "4", name: "Jose M.", role: "Client", testimonial: "Excellent service and very knowledgeable team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-young-professional-1774820823372-56facec6.png"},
|
||||
{
|
||||
id: "5", name: "Elena P.", role: "Client", testimonial: "I trust this team with my business taxes every season. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-professional-woman-1774820823500-903c5f47.png?_wi=2"},
|
||||
{ id: "1", name: "Maria G.", role: "Client", testimonial: "The best service in town. They secured my refund fast and made it so easy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-professional-woman-1774820823500-903c5f47.png?_wi=1" },
|
||||
{ id: "2", name: "Carlos R.", role: "Small Business Owner", testimonial: "Their guidance for my business taxes has been invaluable for our growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-professional-man-1774820823846-bffd7eb2.png" },
|
||||
{ id: "3", name: "Ana S.", role: "Client", testimonial: "Professional, kind, and extremely helpful. I highly recommend their team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-middle-aged-woman-1774820823461-c5aaf440.png" },
|
||||
]}
|
||||
title="Client Feedback"
|
||||
description="See why our clients trust us with their financial future."
|
||||
title="Client Stories"
|
||||
description="Hear from the community we serve."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get Your Appointment"
|
||||
description="Ready to file with confidence? Get in touch today."
|
||||
title="Request An Appointment"
|
||||
description="Let us help you prepare for a stress-free tax season. Fill out the form, and a representative will contact you soon."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us how we can help", rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Briefly describe your tax needs (e.g., Personal, Business, ITIN)", rows: 4 }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/close-up-of-a-professional-tax-calculato-1774820823581-a1f6ef2f.png"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -187,23 +135,10 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Latino Income Tax Services"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call Us", href: "tel:0000000000"},
|
||||
{
|
||||
label: "Email Us", href: "mailto:info@latinotaxservices.com"},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Support", items: [{ label: "Book Appointment", href: "#contact" }, { label: "Contact Us", href: "tel:+15551234567" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Latino Income Tax Services | All Rights Reserved"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user