From bf1931a1dcd0296986a30e2584920c9060f761bc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 12:07:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ded8ac..c938b3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/young-designer-looking-some-prints-choose-best-one-agency-employee_482257-32975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-designer-looking-some-prints-choose-best-one-agency-employee_482257-32975.jpg?_wi=1", }, { id: "2", @@ -97,7 +97,7 @@ export default function LandingPage() { description="I believe that design should solve problems, not just look good. My approach combines strategic thinking with creative precision to deliver impactful results." subdescription="With over 5 years of experience in the creative industry, I have successfully partnered with over 50 clients to transform their digital presence." icon={Palette} - imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-with-short-curly-hair-wireless-earphones-s_574295-3780.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-with-short-curly-hair-wireless-earphones-s_574295-3780.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -129,7 +129,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-designer-looking-some-prints-choose-best-one-agency-employee_482257-32975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-designer-looking-some-prints-choose-best-one-agency-employee_482257-32975.jpg?_wi=2", imageAlt: "design process UI", }, { @@ -153,7 +153,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-short-curly-hair-wireless-earphones-s_574295-3780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-short-curly-hair-wireless-earphones-s_574295-3780.jpg?_wi=2", imageAlt: "design process UI", }, { @@ -177,7 +177,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345424.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345424.jpg?_wi=1", imageAlt: "design process UI", }, ]} @@ -197,7 +197,7 @@ export default function LandingPage() { id: "1", name: "Digital Hub", price: "Web App", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345424.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345424.jpg?_wi=2", }, { id: "2", -- 2.49.1