diff --git a/src/app/page.tsx b/src/app/page.tsx index deb6787..7f9ec95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,19 +60,19 @@ export default function LandingPage() { testimonials={[ { name: "Alex K.", handle: "@alex_k", testimonial: "The body kit fitment is absolutely perfect. Changed the stance completely.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-clients-celebrating-closing-car-deal-proudly-shaking-keys_482257-118111.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-clients-celebrating-closing-car-deal-proudly-shaking-keys_482257-118111.jpg?_wi=1"}, { name: "Sarah L.", handle: "@sarah_l", testimonial: "Engineered for real power. My track times dropped significantly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg?_wi=1"}, { name: "Mike J.", handle: "@mike_j", testimonial: "Top quality components. Shipping was faster than expected.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sitting-trunk-his-black-muscle-car-rich-black-man_627829-2712.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sitting-trunk-his-black-muscle-car-rich-black-man_627829-2712.jpg?_wi=1"}, { name: "Chris B.", handle: "@chris_b", testimonial: "The team knows their stuff. Absolute masters of the craft.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-young-man-wearing-sports-hoodie-leaning-illuminated-signboard-street-night_613910-21202.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-young-man-wearing-sports-hoodie-leaning-illuminated-signboard-street-night_613910-21202.jpg?_wi=1"}, { name: "Emma W.", handle: "@emma_w", testimonial: "Worth every penny. The aggressive look I wanted, delivered.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rebellious-granny-portrait_23-2151310049.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rebellious-granny-portrait_23-2151310049.jpg?_wi=1"}, ]} avatars={[ { @@ -109,21 +109,21 @@ export default function LandingPage() { features={[ { title: "BODY KITS", description: "Aggressive aero, widebody flares, and premium styling.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/blue-pads-wheel-car_114579-4034.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/blue-pads-wheel-car_114579-4034.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-workshop-repairing-service_23-2150171281.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-workshop-repairing-service_23-2150171281.jpg?_wi=1"}, }, { title: "EXHAUST SYSTEMS", description: "High-flow custom systems built for raw sound and power.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-tyre-break-disc_1170-1621.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-tyre-break-disc_1170-1621.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/shelf-with-tools-shiny-car-little-girl-hat-with-big-wrench-hands_613910-17048.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/shelf-with-tools-shiny-car-little-girl-hat-with-big-wrench-hands_613910-17048.jpg?_wi=1"}, }, { title: "SUSPENSION", description: "Precision performance handling for street and track.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/car-engine_1373-250.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-engine_1373-250.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg?_wi=1"}, }, ]} showStepNumbers={false} @@ -141,22 +141,22 @@ export default function LandingPage() { products={[ { id: "p1", brand: "AIA", name: "Carbon Wing", price: "$1200", rating: 5, - reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/blue-pads-wheel-car_114579-4034.jpg"}, + reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/blue-pads-wheel-car_114579-4034.jpg?_wi=2"}, { id: "p2", brand: "Titan", name: "Exhaust V2", price: "$850", rating: 5, - reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-workshop-repairing-service_23-2150171281.jpg"}, + reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-workshop-repairing-service_23-2150171281.jpg?_wi=2"}, { id: "p3", brand: "Aero", name: "Suspension Kit", price: "$2100", rating: 4, - reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-tyre-break-disc_1170-1621.jpg"}, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-tyre-break-disc_1170-1621.jpg?_wi=2"}, { id: "p4", brand: "Flow", name: "Forged Wheels", price: "$3400", rating: 5, - reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/shelf-with-tools-shiny-car-little-girl-hat-with-big-wrench-hands_613910-17048.jpg"}, + reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/shelf-with-tools-shiny-car-little-girl-hat-with-big-wrench-hands_613910-17048.jpg?_wi=2"}, { id: "p5", brand: "AIA", name: "Intercooler", price: "$900", rating: 5, - reviewCount: "33", imageSrc: "http://img.b2bpic.net/free-photo/car-engine_1373-250.jpg"}, + reviewCount: "33", imageSrc: "http://img.b2bpic.net/free-photo/car-engine_1373-250.jpg?_wi=2"}, { id: "p6", brand: "Apex", name: "Bucket Seat", price: "$600", rating: 4, - reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg"}, + reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg?_wi=2"}, ]} title="TOP MODS" description="Premium parts curated for serious enthusiasts." @@ -187,15 +187,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", title: "Best Shop", quote: "Incredible service and quality parts.", name: "Alex K.", role: "Owner, R35", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-clients-celebrating-closing-car-deal-proudly-shaking-keys_482257-118111.jpg"}, + id: "t1", title: "Best Shop", quote: "Incredible service and quality parts.", name: "Alex K.", role: "Owner, R35", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-clients-celebrating-closing-car-deal-proudly-shaking-keys_482257-118111.jpg?_wi=2"}, { - id: "t2", title: "Top Tier", quote: "My car dominates on the track now.", name: "Sarah L.", role: "Owner, Supra", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg"}, + id: "t2", title: "Top Tier", quote: "My car dominates on the track now.", name: "Sarah L.", role: "Owner, Supra", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg?_wi=2"}, { - id: "t3", title: "Amazing", quote: "Fast shipping, perfect fitment.", name: "Mike J.", role: "Owner, Civic", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sitting-trunk-his-black-muscle-car-rich-black-man_627829-2712.jpg"}, + id: "t3", title: "Amazing", quote: "Fast shipping, perfect fitment.", name: "Mike J.", role: "Owner, Civic", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sitting-trunk-his-black-muscle-car-rich-black-man_627829-2712.jpg?_wi=2"}, { - id: "t4", title: "Pure Quality", quote: "The team knows their stuff inside out.", name: "Chris B.", role: "Owner, 911", imageSrc: "http://img.b2bpic.net/free-photo/pensive-young-man-wearing-sports-hoodie-leaning-illuminated-signboard-street-night_613910-21202.jpg"}, + id: "t4", title: "Pure Quality", quote: "The team knows their stuff inside out.", name: "Chris B.", role: "Owner, 911", imageSrc: "http://img.b2bpic.net/free-photo/pensive-young-man-wearing-sports-hoodie-leaning-illuminated-signboard-street-night_613910-21202.jpg?_wi=2"}, { - id: "t5", title: "Revolutionary", quote: "Best modification investment I've made.", name: "Emma W.", role: "Owner, Z", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rebellious-granny-portrait_23-2151310049.jpg"}, + id: "t5", title: "Revolutionary", quote: "Best modification investment I've made.", name: "Emma W.", role: "Owner, Z", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rebellious-granny-portrait_23-2151310049.jpg?_wi=2"}, ]} title="BUILT FOR DRIVERS, BY DRIVERS" description="What our community says about their builds."