diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f4c167..6f9aee7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "p1", name: "01. Free Quote", price: "Call us", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-inside-car-seen-through-windscreen_23-2147841921.jpg" }, + { id: "p1", name: "01. Free Quote", price: "Call us", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-inside-car-seen-through-windscreen_23-2147841921.jpg?_wi=1" }, { id: "p2", name: "02. Schedule", price: "Visit or Mobile", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-auto-repairman-analyzing-malfunction-car-workshop_637285-7696.jpg" }, { id: "p3", name: "03. Install", price: "1-2 Hours", imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367569.jpg" }, { id: "p4", name: "04. Drive Confident", price: "Ready to go", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212216.jpg" }, @@ -125,7 +125,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Vanessa Brewer", date: "1 month ago", title: "Local Resident", quote: "Fernando was available right away. Totally reasonable price.", tag: "5★", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-driving-modern-car_651396-3256.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-inside-car-seen-through-windscreen_23-2147841921.jpg", imageAlt: "happy customer auto shop" }, + { id: "t1", name: "Vanessa Brewer", date: "1 month ago", title: "Local Resident", quote: "Fernando was available right away. Totally reasonable price.", tag: "5★", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-driving-modern-car_651396-3256.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-inside-car-seen-through-windscreen_23-2147841921.jpg?_wi=2", imageAlt: "happy customer auto shop" }, { id: "t2", name: "Jacob Villarreal", date: "2 months ago", title: "Truck Owner", quote: "Got my truck done in less than 30 minutes.", tag: "5★", avatarSrc: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582422.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-car-showroom-choosing-car_1303-19785.jpg", imageAlt: "happy customer auto shop" }, { id: "t3", name: "Alyssa", date: "2 weeks ago", title: "Local Guide", quote: "Most cost-effective option in San Antonio.", tag: "5★", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-redheaded-woman_171337-8472.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489710.jpg", imageAlt: "happy customer auto shop" }, { id: "t4", name: "Vanessa Zapata", date: "1 year ago", title: "Local Guide", quote: "Professional, quick, quality installation.", tag: "5★", avatarSrc: "http://img.b2bpic.net/free-photo/happy-black-mechanic-taking-notes-while-talking-customer-auto-repair-shop_637285-11587.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg", imageAlt: "happy customer auto shop" },