From a9e7e91766016c96397f394ec028e954f2310eeb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:49:46 +0000 Subject: [PATCH 1/5] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 6523b7d..6a8adb5 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -58,7 +58,7 @@ export default function BookingPage() { { text: "View Available Slots", href: "/booking" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg" + imageSrc="http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=12" imageAlt="Online booking calendar interface" mediaAnimation="slide-up" imagePosition="right" @@ -80,11 +80,11 @@ export default function BookingPage() { icon: MapPin, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=13", imageAlt: "Suburb selection dropdown interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=14", imageAlt: "Location map view with coverage areas", }, ], @@ -95,11 +95,11 @@ export default function BookingPage() { icon: Gauge, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=15", imageAlt: "Lesson type selector interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=16", imageAlt: "Vehicle transmission options", }, ], @@ -110,11 +110,11 @@ export default function BookingPage() { icon: Calendar, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=17", imageAlt: "Calendar availability view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=18", imageAlt: "Booking confirmation screen", }, ], From 0f3c25e78a8f0b1b50f42ee71ee5083c4d637919 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:49:47 +0000 Subject: [PATCH 2/5] Update src/app/instructor-login/page.tsx --- src/app/instructor-login/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/instructor-login/page.tsx b/src/app/instructor-login/page.tsx index c025531..592a0c7 100644 --- a/src/app/instructor-login/page.tsx +++ b/src/app/instructor-login/page.tsx @@ -121,11 +121,11 @@ export default function InstructorLoginPage() { icon: Calendar, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=19", imageAlt: "Schedule management calendar view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=20", imageAlt: "Booking confirmation interface", }, ], @@ -136,11 +136,11 @@ export default function InstructorLoginPage() { icon: DollarSign, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=17", imageAlt: "Earnings dashboard analytics", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=18", imageAlt: "Performance metrics chart", }, ], @@ -151,11 +151,11 @@ export default function InstructorLoginPage() { icon: BarChart3, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=19", imageAlt: "Student progress tracker", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=20", imageAlt: "Skill assessment interface", }, ], From 594c935c24b34f6cf626e231bc74001d2575ff87 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:49:48 +0000 Subject: [PATCH 3/5] Update src/app/packages/page.tsx --- src/app/packages/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/packages/page.tsx b/src/app/packages/page.tsx index a31067f..63936b9 100644 --- a/src/app/packages/page.tsx +++ b/src/app/packages/page.tsx @@ -176,12 +176,12 @@ export default function PackagesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=6", imageAlt: "Learning path structure", }, { imageSrc: - "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=7", imageAlt: "Progress tracking system", }, ], @@ -194,12 +194,12 @@ export default function PackagesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/smiley-delivery-man-signing-paper_23-2148546131.jpg", + "http://img.b2bpic.net/free-photo/smiley-delivery-man-signing-paper_23-2148546131.jpg?_wi=1", imageAlt: "Instructor profile", }, { imageSrc: - "http://img.b2bpic.net/free-photo/smiley-delivery-man-signing-paper_23-2148546131.jpg", + "http://img.b2bpic.net/free-photo/smiley-delivery-man-signing-paper_23-2148546131.jpg?_wi=2", imageAlt: "Teaching experience display", }, ], @@ -212,12 +212,12 @@ export default function PackagesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=8", imageAlt: "Success statistics", }, { imageSrc: - "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=9", imageAlt: "Achievement metrics", }, ], @@ -246,7 +246,7 @@ export default function PackagesPage() { company: "Passed Test", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-embracing-her-new-car-excited-young-woman-her-new-car-indoors-young-cheerful-woman-enjoying-new-car-hugging-steering-wheel-sitting-inside_657921-533.jpg", + "http://img.b2bpic.net/free-photo/young-woman-embracing-her-new-car-excited-young-woman-her-new-car-indoors-young-cheerful-woman-enjoying-new-car-hugging-steering-wheel-sitting-inside_657921-533.jpg?_wi=2", imageAlt: "Alex Morrison - Package Graduate", }, { @@ -256,7 +256,7 @@ export default function PackagesPage() { company: "Intensive Winner", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-driver_23-2149891061.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-driver_23-2149891061.jpg?_wi=2", imageAlt: "Lisa Chen - 5-Day Success", }, { @@ -266,7 +266,7 @@ export default function PackagesPage() { company: "Now an Instructor", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg", + "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg?_wi=2", imageAlt: "Marcus Webb - Instructor Academy", }, ]} From d90bd0326f1369e0e8728726a3c0329bbbd59dbf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:49:49 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 50 ++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c3ac12..b369fbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,7 +121,7 @@ export default function HomePage() { { text: "Explore Packages", href: "/packages" }, ]} buttonAnimation="slide-up" - videoSrc="http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45013.jpg" + videoSrc="http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45013.jpg?_wi=1" videoAriaLabel="POV driving perspective training footage" mediaAnimation="slide-up" imagePosition="right" @@ -157,12 +157,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=1", imageAlt: "Suburb selection dropdown", }, { imageSrc: - "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=2", imageAlt: "Location map view", }, ], @@ -175,12 +175,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=3", imageAlt: "Lesson type selector", }, { imageSrc: - "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=4", imageAlt: "Vehicle options", }, ], @@ -193,12 +193,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=5", imageAlt: "Calendar availability view", }, { imageSrc: - "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=6", imageAlt: "Booking confirmation", }, ], @@ -310,12 +310,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45013.jpg", + "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45013.jpg?_wi=2", imageAlt: "POV driving perspective training", }, { imageSrc: - "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45013.jpg", + "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45013.jpg?_wi=3", imageAlt: "Driver training perspective view", }, ], @@ -328,12 +328,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=1", imageAlt: "Skill progress dashboard", }, { imageSrc: - "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=2", imageAlt: "Achievement tracking analytics", }, ], @@ -346,12 +346,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=7", imageAlt: "Instructor schedule view", }, { imageSrc: - "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=3", imageAlt: "Earnings dashboard analytics", }, ], @@ -364,12 +364,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=4", imageAlt: "ROI calculator interface", }, { imageSrc: - "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=5", imageAlt: "Earnings comparison chart", }, ], @@ -382,12 +382,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=8", imageAlt: "Mobile booking interface", }, { imageSrc: - "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=9", imageAlt: "Confirmation screen mobile", }, ], @@ -400,12 +400,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=10", imageAlt: "Sticky booking button header", }, { imageSrc: - "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg", + "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-124897.jpg?_wi=11", imageAlt: "Button hover interaction", }, ], @@ -434,7 +434,7 @@ export default function HomePage() { company: "Passed VORT Test", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-embracing-her-new-car-excited-young-woman-her-new-car-indoors-young-cheerful-woman-enjoying-new-car-hugging-steering-wheel-sitting-inside_657921-533.jpg", + "http://img.b2bpic.net/free-photo/young-woman-embracing-her-new-car-excited-young-woman-her-new-car-indoors-young-cheerful-woman-enjoying-new-car-hugging-steering-wheel-sitting-inside_657921-533.jpg?_wi=1", imageAlt: "Sarah Chen - Successful VORT Test Passer", }, { @@ -444,7 +444,7 @@ export default function HomePage() { company: "Passed After 5 Days", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-driver_23-2149891061.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-driver_23-2149891061.jpg?_wi=1", imageAlt: "Michael Torres - 5-Day Intensive Graduate", }, { @@ -454,7 +454,7 @@ export default function HomePage() { company: "Now Confident Driver", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg", + "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg?_wi=1", imageAlt: "Jessica Liu - Confidence Builder Success", }, { @@ -464,7 +464,7 @@ export default function HomePage() { company: "Returned to Driving", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-women-positive-man-having-fun-car_23-2148039120.jpg", + "http://img.b2bpic.net/free-photo/smiling-women-positive-man-having-fun-car_23-2148039120.jpg?_wi=1", imageAlt: "David Patterson - Adult Learner Success", }, { @@ -474,7 +474,7 @@ export default function HomePage() { company: "Mastered Clutch Control", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601473.jpg", + "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601473.jpg?_wi=1", imageAlt: "Emma Rodriguez - Manual Transmission Expert", }, { @@ -484,7 +484,7 @@ export default function HomePage() { company: "Now Teaching Full-Time", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/friends-enjoying-road-trip_23-2147874666.jpg", + "http://img.b2bpic.net/free-photo/friends-enjoying-road-trip_23-2147874666.jpg?_wi=1", imageAlt: "James Anderson - Career Transition Success", }, ]} From 9ff68df8b5000992162c82fc19dd911af6b4905b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:49:49 +0000 Subject: [PATCH 5/5] Update src/app/student-dashboard/page.tsx --- src/app/student-dashboard/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/student-dashboard/page.tsx b/src/app/student-dashboard/page.tsx index 05f7a7e..8633728 100644 --- a/src/app/student-dashboard/page.tsx +++ b/src/app/student-dashboard/page.tsx @@ -58,7 +58,7 @@ export default function StudentDashboardPage() { { text: "Book Next Lesson", href: "/booking" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=10" imageAlt="Skill progress tracker dashboard analytics" mediaAnimation="slide-up" imagePosition="right" @@ -80,11 +80,11 @@ export default function StudentDashboardPage() { icon: TrendingUp, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=11", imageAlt: "Skill progress dashboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=12", imageAlt: "Achievement tracking analytics", }, ], @@ -95,11 +95,11 @@ export default function StudentDashboardPage() { icon: BarChart3, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=13", imageAlt: "Performance metrics dashboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=14", imageAlt: "Analytics and insights", }, ], @@ -110,11 +110,11 @@ export default function StudentDashboardPage() { icon: Eye, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=15", imageAlt: "Instructor feedback notes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg?_wi=16", imageAlt: "Improvement recommendations", }, ], @@ -145,7 +145,7 @@ export default function StudentDashboardPage() { role: "First-Time Tester", company: "Passed VORT Test", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-embracing-her-new-car-excited-young-woman-her-new-car-indoors-young-cheerful-woman-enjoying-new-car-hugging-steering-wheel-sitting-inside_657921-533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-embracing-her-new-car-excited-young-woman-her-new-car-indoors-young-cheerful-woman-enjoying-new-car-hugging-steering-wheel-sitting-inside_657921-533.jpg?_wi=3", imageAlt: "Sarah Chen - Successful VORT Test Passer", }, { @@ -154,7 +154,7 @@ export default function StudentDashboardPage() { role: "Intensive Package Student", company: "Passed After 5 Days", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-driver_23-2149891061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-driver_23-2149891061.jpg?_wi=3", imageAlt: "Michael Torres - 5-Day Intensive Graduate", }, { @@ -163,7 +163,7 @@ export default function StudentDashboardPage() { role: "Nervous Learner", company: "Now Confident Driver", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg?_wi=3", imageAlt: "Jessica Liu - Confidence Builder Success", }, { @@ -172,7 +172,7 @@ export default function StudentDashboardPage() { role: "Adult Learner", company: "Returned to Driving", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-women-positive-man-having-fun-car_23-2148039120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-women-positive-man-having-fun-car_23-2148039120.jpg?_wi=2", imageAlt: "David Patterson - Adult Learner Success", }, { @@ -181,7 +181,7 @@ export default function StudentDashboardPage() { role: "Manual Transmission", company: "Mastered Clutch Control", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601473.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601473.jpg?_wi=2", imageAlt: "Emma Rodriguez - Manual Transmission Expert", }, { @@ -190,7 +190,7 @@ export default function StudentDashboardPage() { role: "Instructor Academy Graduate", company: "Now Teaching Full-Time", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-road-trip_23-2147874666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-road-trip_23-2147874666.jpg?_wi=2", imageAlt: "James Anderson - Career Transition Success", }, ]}