diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a3bf6c..70a998e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,53 +63,53 @@ export default function LandingPage() { description="We architect premium web experiences for brands that demand excellence and digital transformation." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419467.jpg?_wi=1", imageAlt: "Hero scene 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729045.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729045.jpg?_wi=1", imageAlt: "Hero scene 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office_23-2147807981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office_23-2147807981.jpg?_wi=1", imageAlt: "Hero scene 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg?_wi=1", imageAlt: "Hero scene 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/transparent-crystal-prism-with-dark-shadow-white-background_23-2147948817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/transparent-crystal-prism-with-dark-shadow-white-background_23-2147948817.jpg?_wi=1", imageAlt: "Hero scene 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037162.jpg?_wi=1", imageAlt: "Hero scene 6", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037162.jpg?_wi=2", imageAlt: "Hero scene 6", }, { - imageSrc: "http://img.b2bpic.net/free-photo/transparent-crystal-prism-with-dark-shadow-white-background_23-2147948817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/transparent-crystal-prism-with-dark-shadow-white-background_23-2147948817.jpg?_wi=2", imageAlt: "Hero scene 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg?_wi=2", imageAlt: "Hero scene 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office_23-2147807981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office_23-2147807981.jpg?_wi=2", imageAlt: "Hero scene 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729045.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729045.jpg?_wi=2", imageAlt: "Hero scene 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419467.jpg?_wi=2", imageAlt: "Hero scene 1", }, ]} @@ -187,14 +187,14 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-with-headphones-analyzes-online-statistics_53876-94865.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419467.jpg?_wi=3", imageAlt: "digital studio dark hero", }, { title: "Analytics", description: "Data-driven design insights.", bentoComponent: "globe", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729045.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729045.jpg?_wi=3", imageAlt: "app interface 3d design", }, { @@ -218,7 +218,7 @@ export default function LandingPage() { }, ], completedLabel: "Done", - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office_23-2147807981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office_23-2147807981.jpg?_wi=3", imageAlt: "creative design studio office", }, ]}