diff --git a/src/app/page.tsx b/src/app/page.tsx index 30aa11a..6b555ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Phone, CheckCircle, Shield } from "lucide-react"; @@ -37,9 +38,7 @@ export default function HomePage() { ]} brandName="Gonzalez Tax" button={{ - text: "π Call Now", - href: "tel:(281)839-7170", - }} + text: "π Call Now", href: "tel:(281)839-7170"}} animateOnLoad={true} /> @@ -53,43 +52,28 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "π Call Now (281) 839-7170", - href: "tel:(281)839-7170", - }, + text: "π Call Now (281) 839-7170", href: "tel:(281)839-7170"}, { - text: "Schedule Appointment", - href: "/contact", - }, + text: "Schedule Appointment", href: "#contact"}, ]} buttonAnimation="slide-up" + background={{ variant: "plain" }} testimonials={[ { - name: "Maria Rodriguez", - handle: "Small Business Owner", - testimonial: - "Sandra is the absolute best. She treated me like family and explained everything in detail.", - rating: 5, + name: "Maria Rodriguez", handle: "Small Business Owner", testimonial: + "Sandra is the absolute best. She treated me like family and explained everything in detail.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1", - }, + "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg"}, { - name: "James Martinez", - handle: "Self-Employed", - testimonial: - "Such a smooth process. Been going there for years and I trust them completely.", - rating: 5, + name: "James Martinez", handle: "Self-Employed", testimonial: + "Such a smooth process. Been going there for years and I trust them completely.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", - }, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, { - name: "Elena Gonzalez", - handle: "Family Owner", - testimonial: - "Very professional and patient staff. They answered all my questions and made me feel comfortable.", - rating: 5, + name: "Elena Gonzalez", handle: "Family Owner", testimonial: + "Very professional and patient staff. They answered all my questions and made me feel comfortable.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2", - }, + "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg"}, ]} testimonialRotationInterval={5000} imageSrc="http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg" @@ -112,66 +96,37 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - title: "Individual Tax Preparation", - description: - "Expert preparation of personal tax returns with detailed explanations and maximum deductions.", - bentoComponent: "globe", - button: { - text: "Learn More", - href: "/services", - }, + title: "Individual Tax Preparation", description: + "Expert preparation of personal tax returns with detailed explanations and maximum deductions.", bentoComponent: "globe", button: { + text: "Learn More", href: "#contact"}, }, { - title: "Small Business Tax Filing", - description: - "Complete business tax services for self-employed professionals and small business owners.", - bentoComponent: "animated-bar-chart", - button: { - text: "Learn More", - href: "/services", - }, + title: "Small Business Tax Filing", description: + "Complete business tax services for self-employed professionals and small business owners.", bentoComponent: "animated-bar-chart", button: { + text: "Learn More", href: "#contact"}, }, { - title: "IRS Issue Assistance", - description: - "Professional representation and support for IRS problems, audits, and tax resolution.", - bentoComponent: "icon-info-cards", - items: [ + title: "IRS Issue Assistance", description: + "Professional representation and support for IRS problems, audits, and tax resolution.", bentoComponent: "icon-info-cards", items: [ { icon: CheckCircle, - label: "Audit Support", - value: "Expert", - }, + label: "Audit Support", value: "Expert"}, { icon: Shield, - label: "Tax Relief", - value: "Proven", - }, + label: "Tax Relief", value: "Proven"}, ], button: { - text: "Learn More", - href: "/services", - }, + text: "Learn More", href: "#contact"}, }, { - title: "Amendments & Corrections", - description: - "Correct prior year tax returns with precision and professional guidance.", - bentoComponent: "line-chart", - button: { - text: "Learn More", - href: "/services", - }, + title: "Amendments & Corrections", description: + "Correct prior year tax returns with precision and professional guidance.", bentoComponent: "line-chart", button: { + text: "Learn More", href: "#contact"}, }, { - title: "Business Services Support", - description: - "Accounting, bookkeeping, and business consultation services to support your growth.", - bentoComponent: "map", - button: { - text: "Learn More", - href: "/services", - }, + title: "Business Services Support", description: + "Accounting, bookkeeping, and business consultation services to support your growth.", bentoComponent: "map", button: { + text: "Learn More", href: "#contact"}, }, ]} carouselMode="buttons" @@ -187,15 +142,11 @@ export default function HomePage() { description="We're not just accountantsβwe're your trusted advisors who treat every client like family. With years of serving the Baytown community, we combine expert knowledge with genuine care and transparent communication." metrics={[ { - value: "20+", - title: "Years of Client Relationships", - }, + value: "20+", title: "Years of Client Relationships"}, { - value: "1000+", - title: "Families & Businesses Served", - }, + value: "1000+", title: "Families & Businesses Served"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/account-executive-multitasking-her-desk-working-business-goals_482257-123842.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/account-executive-multitasking-her-desk-working-business-goals_482257-123842.jpg" imageAlt="Sandra - Gonzalez Tax owner" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -211,29 +162,17 @@ export default function HomePage() { author="Maria Santos, Small Business Owner" avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", - alt: "Maria Santos", - }, + src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", alt: "Maria Santos"}, { - src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", - alt: "Client 2", - }, + src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Client 2"}, { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", - alt: "Client 3", - }, + src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", alt: "Client 3"}, { - src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", - alt: "Client 4", - }, + src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Client 4"}, { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", - alt: "Client 5", - }, + src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", alt: "Client 5"}, { - src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", - alt: "Client 6", - }, + src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Client 6"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -249,15 +188,7 @@ export default function HomePage() { tag="Community Trust" tagAnimation="slide-up" names={[ - "Individual Tax Filers", - "Small Business Owners", - "Self-Employed Professionals", - "Family Enterprises", - "Startup Founders", - "Real Estate Investors", - "Healthcare Professionals", - "Contractors & Consultants", - ]} + "Individual Tax Filers", "Small Business Owners", "Self-Employed Professionals", "Family Enterprises", "Startup Founders", "Real Estate Investors", "Healthcare Professionals", "Contractors & Consultants"]} textboxLayout="default" useInvertedBackground={true} speed={40} @@ -265,43 +196,67 @@ export default function HomePage() { /> + {/* FAQ Section */} +