diff --git a/src/app/page.tsx b/src/app/page.tsx index 01e60c8..4a29b59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,17 +66,17 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/office-desktop_1417-1813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-desktop_1417-1813.jpg?_wi=1", imageAlt: "copywriter workspace minimalist laptop", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/working-place-designer-closeup_93675-131324.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/working-place-designer-closeup_93675-131324.jpg?_wi=1", imageAlt: "writer typing on laptop", }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/from-workspace-with-notebook-laptop_23-2148210403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/from-workspace-with-notebook-laptop_23-2148210403.jpg?_wi=1", imageAlt: "minimalist pen and paper", }, { @@ -129,7 +129,7 @@ export default function LandingPage() { imageAlt: "content strategy planning roadmap", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/office-desktop_1417-1813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-desktop_1417-1813.jpg?_wi=2", imageAlt: "seo writing strategy concept", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { imageAlt: "creative blog post writing", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/working-place-designer-closeup_93675-131324.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/working-place-designer-closeup_93675-131324.jpg?_wi=2", imageAlt: "seo writing strategy concept", }, { @@ -163,7 +163,7 @@ export default function LandingPage() { imageAlt: "social media marketing strategy", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/from-workspace-with-notebook-laptop_23-2148210403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/from-workspace-with-notebook-laptop_23-2148210403.jpg?_wi=2", imageAlt: "seo writing strategy concept", }, ]}