diff --git a/src/app/page.tsx b/src/app/page.tsx index 4623937..680d766 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,21 +53,21 @@ export default function LandingPage() { testimonials={[ { name: "Sarah", handle: "@sarah_dev", testimonial: "The best platform for learning Office apps!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/history-sign-left-side_187299-46052.jpg", imageAlt: "3d office software icons"}, + imageSrc: "http://img.b2bpic.net/free-photo/history-sign-left-side_187299-46052.jpg?_wi=1", imageAlt: "3d office software icons"}, { name: "Mark", handle: "@mark_biz", testimonial: "Immersive study content like I've never seen before.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg", imageAlt: "3d office software icons"}, + imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg?_wi=1", imageAlt: "3d office software icons"}, { name: "Elena", handle: "@elena_pro", testimonial: "Finally, learning Excel feels like a modern experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-laptop-stationeries-white-tabletop_23-2147880499.jpg", imageAlt: "3d office software icons"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-laptop-stationeries-white-tabletop_23-2147880499.jpg?_wi=1", imageAlt: "3d office software icons"}, { name: "David", handle: "@david_data", testimonial: "Access has never been clearer to understand.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman-with-arm-crossed_23-2148187206.jpg", imageAlt: "3d office software icons"}, { name: "Chloe", handle: "@chloe_crea", testimonial: "PowerPoint tips are revolutionary.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941514.jpg", imageAlt: "3d office software icons"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941514.jpg?_wi=1", imageAlt: "3d office software icons"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/history-sign-left-side_187299-46052.jpg" + imageSrc="http://img.b2bpic.net/free-photo/history-sign-left-side_187299-46052.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-talking-cell-phone-holding-takeaway-coffee-cup_23-2147972814.jpg", alt: "Student 1"}, @@ -111,11 +111,11 @@ export default function LandingPage() { { id: "1", title: "Excel Mastery", author: "Mustafa", description: "Formula expert to pivot tables.", tags: [ "Spreadsheets"], - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg?_wi=2"}, { id: "2", title: "Word Formatting", author: "Mustafa", description: "Professional document design.", tags: [ "Writing"], - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941514.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941514.jpg?_wi=2"}, { id: "3", title: "Access Database", author: "Mustafa", description: "Building relational databases.", tags: [ "Data"], @@ -135,7 +135,7 @@ export default function LandingPage() { description="Professional tools to master every Office application." products={[ { - id: "p1", name: "Office 365 Bundle", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-laptop-stationeries-white-tabletop_23-2147880499.jpg"}, + id: "p1", name: "Office 365 Bundle", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-laptop-stationeries-white-tabletop_23-2147880499.jpg?_wi=2"}, { id: "p2", name: "Advanced Excel", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/full-frame-paper-blue-backdrop_23-2147981662.jpg"}, {