diff --git a/src/app/page.tsx b/src/app/page.tsx index bf3af5c..49ba434 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Book Service", href: "contact"}} + text: "Book Service", href: "contact" + }} animateOnLoad={true} /> @@ -58,7 +59,6 @@ export default function LandingPage() { { text: "Learn More", href: "about" }, ]} buttonAnimation="slide-up" - useInvertedBackground={false} /> @@ -66,7 +66,8 @@ export default function LandingPage() { @@ -124,16 +131,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "John Martinez", role: "Fleet Manager", company: "Martinez Logistics", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1648.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1648.jpg" + }, { id: "2", name: "Sarah Thompson", role: "Business Owner", company: "Thompson's Cafe", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg" + }, { id: "3", name: "Michael Chen", role: "Transportation Director", company: "City Services", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg" + }, { id: "4", name: "Jennifer Adams", role: "HR Manager", company: "Adams & Associates", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg" + }, ]} /> @@ -145,8 +156,9 @@ export default function LandingPage() { tag="Partners" textboxLayout="default" useInvertedBackground={false} - logos={[ - "http://img.b2bpic.net/free-psd/car-rental-automotive-facebook-cover-template_120329-4423.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-car-detailing-logo-design_23-2149923076.jpg", "http://img.b2bpic.net/free-vector/collection-vintage-badges-cabbies_23-2147563893.jpg", "http://img.b2bpic.net/free-vector/gradient-car-wash-logo-design_23-2149936075.jpg", "http://img.b2bpic.net/free-vector/gradient-car-wash-logo-design_23-2149925894.jpg", "http://img.b2bpic.net/free-vector/vintage-car-logo-collection_23-2147734340.jpg", "http://img.b2bpic.net/free-photo/male-female-mechanics-working-shop-car_23-2150169932.jpg", "http://img.b2bpic.net/free-photo/sales-man-car-showroom_1303-15186.jpg"]} + names={[ + "Ford", "Chevrolet", "Toyota", "Honda", "BMW", "Mercedes", "Volkswagen", "Audi" + ]} speed={40} showCard={true} /> @@ -165,17 +177,23 @@ export default function LandingPage() { showCard={true} faqs={[ { - id: "1", title: "How often should I bring my car in for maintenance?", content: "We recommend regular maintenance every 6 months or 6,000 miles, whichever comes first. However, consult your vehicle's manual for specific recommendations. Our technicians can create a maintenance schedule tailored to your car's needs."}, + id: "1", title: "How often should I bring my car in for maintenance?", content: "We recommend regular maintenance every 6 months or 6,000 miles, whichever comes first. However, consult your vehicle's manual for specific recommendations. Our technicians can create a maintenance schedule tailored to your car's needs." + }, { - id: "2", title: "Do you offer warranty on repairs?", content: "Yes! We stand behind our work with a 12-month/12,000-mile warranty on all repairs and parts. If any issue arises, simply bring your vehicle back and we'll address it at no additional cost."}, + id: "2", title: "Do you offer warranty on repairs?", content: "Yes! We stand behind our work with a 12-month/12,000-mile warranty on all repairs and parts. If any issue arises, simply bring your vehicle back and we'll address it at no additional cost." + }, { - id: "3", title: "Can I schedule online or by phone?", content: "You can book appointments through our website, by phone, or by visiting us in person. We also accommodate emergency repairs on a case-by-case basis. Contact us to find the best time for your service."}, + id: "3", title: "Can I schedule online or by phone?", content: "You can book appointments through our website, by phone, or by visiting us in person. We also accommodate emergency repairs on a case-by-case basis. Contact us to find the best time for your service." + }, { - id: "4", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, cash, and electronic checks. We also offer financing options for larger repairs through our partner lending programs."}, + id: "4", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, cash, and electronic checks. We also offer financing options for larger repairs through our partner lending programs." + }, { - id: "5", title: "Are your technicians certified?", content: "Yes, all our technicians are ASE-certified (Automotive Service Excellence) and receive ongoing training in the latest automotive technology and repair techniques."}, + id: "5", title: "Are your technicians certified?", content: "Yes, all our technicians are ASE-certified (Automotive Service Excellence) and receive ongoing training in the latest automotive technology and repair techniques." + }, { - id: "6", title: "How long do repairs typically take?", content: "Repair times vary depending on the service. Oil changes take 30-45 minutes, while more complex repairs may take several hours or longer. We'll provide an estimate during your consultation."}, + id: "6", title: "How long do repairs typically take?", content: "Repair times vary depending on the service. Oil changes take 30-45 minutes, while more complex repairs may take several hours or longer. We'll provide an estimate during your consultation." + }, ]} /> @@ -199,9 +217,11 @@ export default function LandingPage() {