diff --git a/src/app/page.tsx b/src/app/page.tsx index 528cafe..4c45cef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,53 +54,53 @@ export default function LandingPage() { description="We are a creative agency dedicated to crafting premium digital experiences, brand identities, and product designs that inspire." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg?_wi=1", imageAlt: "Hero Visual 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg?_wi=2", imageAlt: "Hero Visual 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg?_wi=3", imageAlt: "Hero Visual 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg?_wi=4", imageAlt: "Hero Visual 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg?_wi=5", imageAlt: "Hero Visual 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg?_wi=6", imageAlt: "Hero Visual 6", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg?_wi=7", imageAlt: "Hero Visual 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg?_wi=8", imageAlt: "Hero Visual 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg?_wi=9", imageAlt: "Hero Visual 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg?_wi=10", imageAlt: "Hero Visual 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg?_wi=11", imageAlt: "Hero Visual 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spiral-staircase-with-metallic-railing_250224-286.jpg?_wi=12", imageAlt: "Hero Visual 6", }, ]} @@ -242,35 +242,35 @@ export default function LandingPage() { name: "Alex Rivers", role: "Creative Director", description: "10+ years of branding expertise.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-working-together_23-2149337243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-working-together_23-2149337243.jpg?_wi=1", }, { id: "2", name: "Sam Chen", role: "Lead Designer", description: "Expert in UI/UX systems.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-working-together_23-2149337243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-working-together_23-2149337243.jpg?_wi=2", }, { id: "3", name: "Jordan P.", role: "Senior Developer", description: "Crafting clean, performant code.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-working-together_23-2149337243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-working-together_23-2149337243.jpg?_wi=3", }, { id: "4", name: "Casey L.", role: "Brand Strategist", description: "Defining market presence.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-working-together_23-2149337243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-working-together_23-2149337243.jpg?_wi=4", }, { id: "5", name: "Taylor M.", role: "Product Manager", description: "Orchestrating seamless delivery.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-working-together_23-2149337243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-working-together_23-2149337243.jpg?_wi=5", }, ]} />