From 2f16cacacdfaf9f604a3cd3e46c3a51e34401243 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:22:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5746b96..5cd3735 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function CycleHubPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Regular Customer", testimonial: "Best bike service in town! Professional, fast, and fair pricing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell" } ]} buttons={[ @@ -104,7 +104,7 @@ export default function CycleHubPage() { tagIcon={Wrench} features={[ { - id: "tune-up", title: "Complete Tune-Up", description: "Full bike inspection, brake adjustment, derailleur tuning, and chain service", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/handsome-redhead-male-jeans-coverall-working-with-bicycle-wheel-repair-shop-worker-removes-bicycle-tire-workshop_613910-19567.jpg", imageAlt: "Bicycle tune-up service" + id: "tune-up", title: "Complete Tune-Up", description: "Full bike inspection, brake adjustment, derailleur tuning, and chain service", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/handsome-redhead-male-jeans-coverall-working-with-bicycle-wheel-repair-shop-worker-removes-bicycle-tire-workshop_613910-19567.jpg?_wi=1", imageAlt: "Bicycle tune-up service" }, { id: "brake-repair", title: "Brake Service & Repair", description: "Disc brake bleeding, rim brake adjustment, and pad replacement", tag: "Safety", imageSrc: "http://img.b2bpic.net/free-photo/shot-working-mechanic-repairing-bicycle_181624-50325.jpg", imageAlt: "Brake system repair" @@ -113,7 +113,7 @@ export default function CycleHubPage() { id: "wheel-true", title: "Wheel Truing & Spoke Work", description: "Professional wheel alignment and spoke replacement services", tag: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138607.jpg", imageAlt: "Wheel alignment and truing" }, { - id: "drivetrain", title: "Drivetrain Service", description: "Chain cleaning, cassette replacement, and shifting optimization", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/handsome-redhead-male-jeans-coverall-working-with-bicycle-wheel-repair-shop-worker-removes-bicycle-tire-workshop_613910-19567.jpg", imageAlt: "Drivetrain maintenance" + id: "drivetrain", title: "Drivetrain Service", description: "Chain cleaning, cassette replacement, and shifting optimization", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/handsome-redhead-male-jeans-coverall-working-with-bicycle-wheel-repair-shop-worker-removes-bicycle-tire-workshop_613910-19567.jpg?_wi=2", imageAlt: "Drivetrain maintenance" } ]} textboxLayout="default" @@ -129,16 +129,16 @@ export default function CycleHubPage() {