diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cee0c3..039e95e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,27 +61,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/content-creator-reviewing-mockup-phone-received-from-sponsor-close-up_482257-116464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/content-creator-reviewing-mockup-phone-received-from-sponsor-close-up_482257-116464.jpg?_wi=1", imageAlt: "Hero Slide 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cozy-dark-loft-attractive-student-is-sitting-table-while-studying_613910-13260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-dark-loft-attractive-student-is-sitting-table-while-studying_613910-13260.jpg?_wi=1", imageAlt: "Hero Slide 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg?_wi=1", imageAlt: "Hero Slide 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-discussing-work_52683-101630.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-discussing-work_52683-101630.jpg?_wi=1", imageAlt: "Hero Slide 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg?_wi=2", imageAlt: "Hero Slide 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-musician-working-editing-new-music-with-greenscreen_482257-121209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-musician-working-editing-new-music-with-greenscreen_482257-121209.jpg?_wi=1", imageAlt: "Hero Slide 6", }, ]} @@ -99,37 +99,37 @@ export default function LandingPage() { id: "p1", name: "Tech Review", price: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/content-creator-reviewing-mockup-phone-received-from-sponsor-close-up_482257-116464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/content-creator-reviewing-mockup-phone-received-from-sponsor-close-up_482257-116464.jpg?_wi=2", }, { id: "p2", name: "Lifestyle Vlog", price: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-dark-loft-attractive-student-is-sitting-table-while-studying_613910-13260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-dark-loft-attractive-student-is-sitting-table-while-studying_613910-13260.jpg?_wi=2", }, { id: "p3", name: "Educational Series", price: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg?_wi=3", }, { id: "p4", name: "Documentary", price: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-discussing-work_52683-101630.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-discussing-work_52683-101630.jpg?_wi=2", }, { id: "p5", name: "Brand Story", price: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg?_wi=4", }, { id: "p6", name: "Shorts Campaign", price: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-musician-working-editing-new-music-with-greenscreen_482257-121209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-musician-working-editing-new-music-with-greenscreen_482257-121209.jpg?_wi=2", }, ]} title="Portfolio" @@ -254,7 +254,7 @@ export default function LandingPage() {