diff --git a/src/app/page.tsx b/src/app/page.tsx index d9a2e73..71455f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-online-vehicle-parts_482257-76163.jpg", imageAlt: "Professional tire shop interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/sensual-biker-girl-wearing-motorcycle-gear-sitting-floor-with-car-wheels-studio_613910-20212.jpg", imageAlt: "Variety of tire options" + imageSrc: "http://img.b2bpic.net/free-photo/sensual-biker-girl-wearing-motorcycle-gear-sitting-floor-with-car-wheels-studio_613910-20212.jpg?_wi=1", imageAlt: "Variety of tire options" }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1668.jpg", imageAlt: "Fast tire service installation" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1668.jpg?_wi=1", imageAlt: "Fast tire service installation" } ]} autoplayDelay={4000} @@ -72,15 +72,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Single Tire Change Under 10 Minutes", tags: ["Speed", "Efficiency"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1668.jpg", imageAlt: "Fast tire change service" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1668.jpg?_wi=2", imageAlt: "Fast tire change service" }, { id: "2", title: "Full Set Service in 45 Minutes", tags: ["Complete Service", "Fast"], - imageSrc: "http://img.b2bpic.net/free-photo/sensual-biker-girl-wearing-motorcycle-gear-sitting-floor-with-car-wheels-studio_613910-20212.jpg", imageAlt: "Complete tire service" + imageSrc: "http://img.b2bpic.net/free-photo/sensual-biker-girl-wearing-motorcycle-gear-sitting-floor-with-car-wheels-studio_613910-20212.jpg?_wi=2", imageAlt: "Complete tire service" }, { id: "3", title: "Hard-to-Find Sizes & Large Options", tags: ["14-inch", "Up to 32-inch"], - imageSrc: "http://img.b2bpic.net/free-photo/sensual-biker-girl-wearing-motorcycle-gear-sitting-floor-with-car-wheels-studio_613910-20212.jpg", imageAlt: "Variety of tire sizes" + imageSrc: "http://img.b2bpic.net/free-photo/sensual-biker-girl-wearing-motorcycle-gear-sitting-floor-with-car-wheels-studio_613910-20212.jpg?_wi=3", imageAlt: "Variety of tire sizes" }, { id: "4", title: "Professional Rim Repairs & Alignment", tags: ["Specialized Equipment", "Expert Work"], @@ -88,11 +88,11 @@ export default function LandingPage() { }, { id: "5", title: "Mounting, Balancing & Plugs/Patches", tags: ["Complete Service", "Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1668.jpg", imageAlt: "Professional tire mounting" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1668.jpg?_wi=3", imageAlt: "Professional tire mounting" }, { id: "6", title: "2-Week Warranty on All Tires", tags: ["Peace of Mind", "Guaranteed"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-going-out-shopping-various-consumer-goods_23-2151669810.jpg", imageAlt: "Quality guarantee" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-going-out-shopping-various-consumer-goods_23-2151669810.jpg?_wi=1", imageAlt: "Quality guarantee" } ]} animationType="slide-up" @@ -108,7 +108,7 @@ export default function LandingPage() { description="Family-owned since day one" subdescription="We beat big-box competitors by $100+ on average" icon={Zap} - imageSrc="http://img.b2bpic.net/free-photo/portrait-man-going-out-shopping-various-consumer-goods_23-2151669810.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-man-going-out-shopping-various-consumer-goods_23-2151669810.jpg?_wi=2" imageAlt="Professional honest tire service" mediaAnimation="slide-up" useInvertedBackground={false} @@ -122,10 +122,10 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "1", name: "Marcus Johnson", role: "Local Business Owner", testimonial: "Honest staff, fast service, and they actually beat my last quote by $120. No appointment needed and I was out in 40 minutes. That's the kind of service this town needs.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2151038668.jpg", imageAlt: "Marcus Johnson" + id: "1", name: "Marcus Johnson", role: "Local Business Owner", testimonial: "Honest staff, fast service, and they actually beat my last quote by $120. No appointment needed and I was out in 40 minutes. That's the kind of service this town needs.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2151038668.jpg?_wi=1", imageAlt: "Marcus Johnson" }, { - id: "2", name: "Sarah Williams", role: "Regular Customer", testimonial: "I've been going to Central Tire for three years. They're upfront about pricing, never try to upsell, and the team knows my car. You can't beat that.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-front-women-shaking-hands_23-2147857269.jpg", imageAlt: "Sarah Williams" + id: "2", name: "Sarah Williams", role: "Regular Customer", testimonial: "I've been going to Central Tire for three years. They're upfront about pricing, never try to upsell, and the team knows my car. You can't beat that.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-front-women-shaking-hands_23-2147857269.jpg?_wi=1", imageAlt: "Sarah Williams" }, { id: "3", name: "David Chen", role: "Fleet Manager", testimonial: "We bring all our company vehicles here. They handle our hard-to-find 14-inch tires without hassle and always deliver quality work. Highly recommend them.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-looking-camera_23-2148289224.jpg", imageAlt: "David Chen" @@ -134,10 +134,10 @@ export default function LandingPage() { id: "4", name: "Lisa Rodriguez", role: "Knoxville Resident", testimonial: "Single tire changed in under 10 minutes while I waited. Professional, friendly, and they even warranty everything for 2 weeks. Best local shop I've found.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg", imageAlt: "Lisa Rodriguez" }, { - id: "5", name: "Tom Bradley", role: "Auto Enthusiast", testimonial: "Their equipment and expertise with rim repairs is exceptional. They fixed a bent rim that other shops said couldn't be saved. True professionals.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2151038668.jpg", imageAlt: "Tom Bradley" + id: "5", name: "Tom Bradley", role: "Auto Enthusiast", testimonial: "Their equipment and expertise with rim repairs is exceptional. They fixed a bent rim that other shops said couldn't be saved. True professionals.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2151038668.jpg?_wi=2", imageAlt: "Tom Bradley" }, { - id: "6", name: "Angela Martinez", role: "Long-time Customer", testimonial: "Honest, local, and fast—just like they say. No surprises, fair pricing, and genuine care for their customers. This is a gem in Knoxville.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-front-women-shaking-hands_23-2147857269.jpg", imageAlt: "Angela Martinez" + id: "6", name: "Angela Martinez", role: "Long-time Customer", testimonial: "Honest, local, and fast—just like they say. No surprises, fair pricing, and genuine care for their customers. This is a gem in Knoxville.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-front-women-shaking-hands_23-2147857269.jpg?_wi=2", imageAlt: "Angela Martinez" } ]} animationType="slide-up"