From 222f42b1da6f723760a10c5c2a381f4b9d6ad7f6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:52:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b55d57a..fcbb827 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,15 +59,15 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Chen", handle: "@performance_enthusiast", testimonial: "APX Garage delivers exactly what I need for my track car. Quality parts, fast shipping, and genuine expertise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg?_wi=1", imageAlt: "Marcus Chen" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg", imageAlt: "Marcus Chen" }, { name: "Sarah Rodriguez", handle: "@pro_mechanic_shop", testimonial: "Our shop has partnered with APX for wholesale sourcing. Their reliability and technical support are unmatched in the industry.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-pensive-front-view_176474-52847.jpg?_wi=1", imageAlt: "Sarah Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-pensive-front-view_176474-52847.jpg", imageAlt: "Sarah Rodriguez" }, { name: "James Mitchell", handle: "@diy_car_guy", testimonial: "Finally found a parts supplier that understands what enthusiasts need. Their compatibility guides saved me hours of research.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-technician-standing-with-crossed-arms-uniform-looking-confident_176474-35550.jpg?_wi=1", imageAlt: "James Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/young-technician-standing-with-crossed-arms-uniform-looking-confident_176474-35550.jpg", imageAlt: "James Mitchell" } ]} testimonialRotationInterval={5000} @@ -147,14 +147,7 @@ export default function LandingPage() { useInvertedBackground={false} names={["Toyota", "Ford", "BMW", "Porsche", "Tesla", "Audi", "Mercedes", "Honda"]} logos={[ - { src: "http://img.b2bpic.net/free-vector/elegant-corporative-card-with-stripes_23-2147549160.jpg", alt: "Toyota" }, - { src: "http://img.b2bpic.net/free-vector/vintage-car-logo-collection_23-2147748413.jpg", alt: "Ford" }, - { src: "http://img.b2bpic.net/free-vector/set-four-car-logos-retro-style_23-2147610790.jpg", alt: "BMW" }, - { src: "http://img.b2bpic.net/free-vector/old-label-design_1319-244.jpg", alt: "Porsche" }, - { src: "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529689.jpg", alt: "Tesla" }, - { src: "http://img.b2bpic.net/free-vector/logo-template-design_1289-105.jpg", alt: "Audi" }, - { src: "http://img.b2bpic.net/free-vector/automotive-industry-logo_24908-57008.jpg", alt: "Mercedes-Benz" }, - { src: "http://img.b2bpic.net/free-vector/wheel-wings-print_1284-33458.jpg", alt: "Honda" } + "http://img.b2bpic.net/free-vector/elegant-corporative-card-with-stripes_23-2147549160.jpg", "http://img.b2bpic.net/free-vector/vintage-car-logo-collection_23-2147748413.jpg", "http://img.b2bpic.net/free-vector/set-four-car-logos-retro-style_23-2147610790.jpg", "http://img.b2bpic.net/free-vector/old-label-design_1319-244.jpg", "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529689.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-105.jpg", "http://img.b2bpic.net/free-vector/automotive-industry-logo_24908-57008.jpg", "http://img.b2bpic.net/free-vector/wheel-wings-print_1284-33458.jpg" ]} speed={40} showCard={true} @@ -171,13 +164,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg?_wi=2", imageAlt: "David Thompson" + id: "1", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg", imageAlt: "David Thompson" }, { - id: "2", name: "Elena Garcia", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-pensive-front-view_176474-52847.jpg?_wi=2", imageAlt: "Elena Garcia" + id: "2", name: "Elena Garcia", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-pensive-front-view_176474-52847.jpg", imageAlt: "Elena Garcia" }, { - id: "3", name: "Robert Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-technician-standing-with-crossed-arms-uniform-looking-confident_176474-35550.jpg?_wi=2", imageAlt: "Robert Kim" + id: "3", name: "Robert Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-technician-standing-with-crossed-arms-uniform-looking-confident_176474-35550.jpg", imageAlt: "Robert Kim" }, { id: "4", name: "Jessica Wu", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-mechanic-holding-wrench_23-2148327565.jpg", imageAlt: "Jessica Wu" @@ -204,7 +197,7 @@ export default function LandingPage() { buttonAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - faqsAnimation="smooth" + faqsAnimation="slide-up" animationType="smooth" showCard={true} faqs={[ -- 2.49.1