diff --git a/src/app/page.tsx b/src/app/page.tsx index fad782f..acab141 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,72 +32,46 @@ export default function LandingPage() {
@@ -107,14 +81,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "BBB Accredited", - "El Paso Chamber", - "Texas Notary Society", - "AICPA", - "QuickBooks Pro", - "NFIB", - "Local Trusted Partner", - ]} + "BBB Accredited", "El Paso Chamber", "Texas Notary Society", "AICPA", "QuickBooks Pro", "NFIB", "Local Trusted Partner"]} title="Trusted by our Community" description="We are proud to serve our local El Paso business community with excellence." /> @@ -128,19 +95,13 @@ export default function LandingPage() { features={[ { icon: BookOpen, - title: "Bookkeeping", - description: "Monthly financial tracking and expense organization to keep your business running smoothly.", - }, + title: "Bookkeeping", description: "Monthly financial tracking and expense organization to keep your business running smoothly."}, { icon: DollarSign, - title: "Tax Preparation", - description: "Stress-free personal and business tax preparation, filing, and planning services.", - }, + title: "Tax Preparation", description: "Stress-free personal and business tax preparation, filing, and planning services."}, { icon: PenTool, - title: "Notary Public", - description: "Fast, secure, and professional legal document notarization for all your needs.", - }, + title: "Notary Public", description: "Fast, secure, and professional legal document notarization for all your needs."}, ]} title="Our Professional Services" description="Comprehensive financial solutions designed to help you stay organized and compliant." @@ -152,9 +113,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Your Financial Partner" description={[ - "Known for being highly detail-oriented, reliable, and efficient, we are dedicated to helping you organize your financial records.", - "With years of local service in El Paso, we bring a personal, bilingual-friendly approach that puts your business goals first.", - ]} + "Known for being highly detail-oriented, reliable, and efficient, we are dedicated to helping you organize your financial records.", "With years of local service in El Paso, we bring a personal, bilingual-friendly approach that puts your business goals first."]} /> @@ -166,25 +125,15 @@ export default function LandingPage() { author="Sarah Johnson" avatars={[ { - src: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg", - alt: "Sarah J", - }, + src: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg", alt: "Sarah J"}, { - src: "http://img.b2bpic.net/free-photo/studio-portrait-elegant-black-american-male-dressed-suit-grey-vignette-background_613910-9479.jpg", - alt: "Michael C", - }, + src: "http://img.b2bpic.net/free-photo/studio-portrait-elegant-black-american-male-dressed-suit-grey-vignette-background_613910-9479.jpg", alt: "Michael C"}, { - src: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg", - alt: "Emily R", - }, + src: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg", alt: "Emily R"}, { - src: "http://img.b2bpic.net/free-photo/young-business-woman-white-background-business-job_185193-110285.jpg", - alt: "David K", - }, + src: "http://img.b2bpic.net/free-photo/young-business-woman-white-background-business-job_185193-110285.jpg", alt: "David K"}, { - src: "http://img.b2bpic.net/free-photo/happy-coworkers-holding-tablets-showing-thumbs-up-stairs_1262-20218.jpg", - alt: "Maria L", - }, + src: "http://img.b2bpic.net/free-photo/happy-coworkers-holding-tablets-showing-thumbs-up-stairs_1262-20218.jpg", alt: "Maria L"}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -197,20 +146,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "Do you offer services in Spanish?", - content: "Yes, we are a bilingual office and are happy to assist you in English or Spanish.", - }, + id: "1", title: "Do you offer services in Spanish?", content: "Yes, we are a bilingual office and are happy to assist you in English or Spanish."}, { - id: "2", - title: "Do you serve small businesses?", - content: "Absolutely. We specialize in bookkeeping and tax services for small businesses and independent contractors.", - }, + id: "2", title: "Do you serve small businesses?", content: "Absolutely. We specialize in bookkeeping and tax services for small businesses and independent contractors."}, { - id: "3", - title: "How do I schedule a consultation?", - content: "You can call us directly at (915) 242-5047 or fill out the contact form below to get started.", - }, + id: "3", title: "How do I schedule a consultation?", content: "You can call us directly at (915) 242-5047 or fill out the contact form below to get started."}, ]} title="Frequently Asked Questions" description="Get quick answers to common questions about our bookkeeping and tax services." @@ -222,14 +162,11 @@ export default function LandingPage() { @@ -238,38 +175,25 @@ export default function LandingPage() {