diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e4075c7..11f07e9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -10,35 +10,32 @@ import Link from "next/link"; export default function AboutPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Services", id: "services" }, - { name: "About", id: "about" }, - { name: "Reviews", id: "reviews" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "Services", id: "/services" }, + { name: "About", id: "/about" }, + { name: "Reviews", id: "/reviews" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Services", - items: [ - { label: "Engine Repair", href: "/" }, - { label: "Brake Service", href: "/" }, - { label: "Oil Changes", href: "/" }, - { label: "Fleet Maintenance", href: "/" }, + title: "Services", items: [ + { label: "Engine Repair", href: "/services" }, + { label: "Brake Service", href: "/services" }, + { label: "Oil Changes", href: "/services" }, + { label: "Fleet Maintenance", href: "/services" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Reviews", href: "/reviews" }, - { label: "Contact", href: "/" }, + { label: "Contact", href: "/contact" }, { label: "Locations", href: "#" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "(941) 749-1090", href: "tel:+19417491090" }, { label: "3115 81st Ct E Suite 105, Bradenton, FL 34211", href: "https://maps.google.com/?q=3115+81st+Ct+E+Suite+105+Bradenton+FL+34211" }, { label: "Monday-Friday: 8AM-6PM", href: "#" }, @@ -65,15 +62,13 @@ export default function AboutPage() { brandName="TFC Motorsports" navItems={[ { name: "Home", id: "/" }, - { name: "Services", id: "/" }, + { name: "Services", id: "/services" }, { name: "About", id: "/about" }, { name: "Reviews", id: "/reviews" }, - { name: "Contact", id: "/" }, + { name: "Contact", id: "/contact" }, ]} button={{ - text: "Call Now", - href: "tel:+19417491090", - }} + text: "Call Now", href: "tel:+19417491090"}} /> @@ -82,13 +77,11 @@ export default function AboutPage() { title="Why Choose TFC Motorsports?" tag="Our Commitment" description="We're a dying breed—an honest mechanic who does great work at fair prices. Our commitment to transparency, quality craftsmanship, and customer care has made us Bradenton's most trusted auto repair shop. Whether you drive a personal vehicle or manage a fleet, we treat your car like it's our own." - imageSrc="http://img.b2bpic.net/free-photo/beautiful-car-polishing-service_23-2149212248.jpg?_wi=2" + imageSrc="https://images.unsplash.com/photo-1489824904134-891ab64532f1?w=800&q=80" imageAlt="Experienced mechanic working professional tools" buttons={[ { - text: "Request Service", - href: "/", - }, + text: "Request Service", href: "/contact"}, ]} useInvertedBackground={false} /> @@ -100,20 +93,11 @@ export default function AboutPage() { tag="Proven Track Record" metrics={[ { - id: "rating", - value: "4.8★", - description: "Google Rating from 79 verified customer reviews", - }, + id: "rating", value: "4.8★", description: "Google Rating from 79 verified customer reviews"}, { - id: "honest", - value: "100%", - description: "Honest pricing and transparent repair estimates", - }, + id: "honest", value: "100%", description: "Honest pricing and transparent repair estimates"}, { - id: "local", - value: "#1", - description: "Trusted local mechanic in Bradenton area", - }, + id: "local", value: "#1", description: "Trusted local mechanic in Bradenton area"}, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -124,41 +108,17 @@ export default function AboutPage() { @@ -73,41 +68,17 @@ export default function ReviewsPage() { @@ -82,77 +75,35 @@ export default function ServicesPage() { description="Complete automotive repair and maintenance services for personal and fleet vehicles." features={[ { - id: "engine", - title: "Engine Repair", - descriptions: [ - "Complete engine diagnostics and repair", - "Performance tuning and maintenance", - "Honest transparent estimates", - ], + id: "engine", title: "Engine Repair", descriptions: [ + "Complete engine diagnostics and repair", "Performance tuning and maintenance", "Honest transparent estimates"], imageSrc: - "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1367.jpg", - imageAlt: "engine repair mechanics working diagnostic", - }, + "https://images.unsplash.com/photo-1517649763962-0c623066013b?w=800&q=80", imageAlt: "engine repair mechanics working diagnostic"}, { - id: "brake", - title: "Brake Service", - descriptions: [ - "Brake pad and rotor replacement", - "System inspection and bleeding", - "Safety certification", - ], + id: "brake", title: "Brake Service", descriptions: [ + "Brake pad and rotor replacement", "System inspection and bleeding", "Safety certification"], imageSrc: - "http://img.b2bpic.net/free-photo/technician-checking-vehicle-bottom_23-2147897942.jpg", - imageAlt: "brake service repair replacement professional", - }, + "https://images.unsplash.com/photo-1488724391857-87d7b814b339?w=800&q=80", imageAlt: "brake service repair replacement professional"}, { - id: "oil", - title: "Oil Changes", - descriptions: [ - "Full synthetic and conventional options", - "Filter replacement and top-ups", - "Quick service appointments", - ], + id: "oil", title: "Oil Changes", descriptions: [ + "Full synthetic and conventional options", "Filter replacement and top-ups", "Quick service appointments"], imageSrc: - "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11879.jpg", - imageAlt: "oil change service automotive maintenance", - }, + "https://images.unsplash.com/photo-1486838391189-08f88b7a0bf2?w=800&q=80", imageAlt: "oil change service automotive maintenance"}, { - id: "diagnostic", - title: "Diagnostics", - descriptions: [ - "Computer diagnostic scanning", - "Check engine light diagnosis", - "Detailed problem assessment", - ], + id: "diagnostic", title: "Diagnostics", descriptions: [ + "Computer diagnostic scanning", "Check engine light diagnosis", "Detailed problem assessment"], imageSrc: - "http://img.b2bpic.net/free-photo/female-mechanic-using-digital-tablet_1170-1182.jpg", - imageAlt: "computer diagnostic scan automotive tool", - }, + "https://images.unsplash.com/photo-1489824904134-891ab64532f1?w=800&q=80", imageAlt: "computer diagnostic scan automotive tool"}, { - id: "suspension", - title: "Suspension", - descriptions: [ - "Shock and strut replacement", - "Alignment services", - "Suspension component repair", - ], + id: "suspension", title: "Suspension", descriptions: [ + "Shock and strut replacement", "Alignment services", "Suspension component repair"], imageSrc: - "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11797.jpg", - imageAlt: "suspension repair shock strut replacement", - }, + "https://images.unsplash.com/photo-1530124566582-a618bc2615dc?w=800&q=80", imageAlt: "suspension repair shock strut replacement"}, { - id: "fleet", - title: "Fleet Maintenance", - descriptions: [ - "Bulk maintenance programs", - "Commercial vehicle service", - "Discounted fleet rates", - ], + id: "fleet", title: "Fleet Maintenance", descriptions: [ + "Bulk maintenance programs", "Commercial vehicle service", "Discounted fleet rates"], imageSrc: - "http://img.b2bpic.net/free-photo/exhausted-vehicle-mechanic-falling-asleep-his-workshop_342744-1346.jpg", - imageAlt: "commercial fleet vehicle maintenance service", - }, + "https://images.unsplash.com/photo-1486262715619-67b519e0abe8?w=800&q=80", imageAlt: "commercial fleet vehicle maintenance service"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -167,8 +118,7 @@ export default function ServicesPage() { title="Ready to Schedule Service?" description="Contact TFC Motorsports today for honest, reliable auto repair. We offer free quotes and transparent pricing on all services." background={{ - variant: "rotated-rays-animated", - }} + variant: "rotated-rays-animated"}} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Request Quote" @@ -178,7 +128,7 @@ export default function ServicesPage() {