diff --git a/src/app/page.tsx b/src/app/page.tsx index db4efaf..e01b7ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-chocolate-beans-wooden-board_114579-26533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-chocolate-beans-wooden-board_114579-26533.jpg?_wi=1", imageAlt: "fresh roasted coffee beans with blackberries", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { description="We believe in the perfect blend of natural harvest and meticulous roasting." subdescription="Every bean is carefully selected and infused with the essence of wild blackberries." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/professional-baker-pours-grained-nuts-mold-filled-with-melted-chocolate-mass-preparation-tasty-cake-from-organic-chocolate-artisan-confectionery-sale_346278-668.jpg" + imageSrc="http://img.b2bpic.net/free-photo/professional-baker-pours-grained-nuts-mold-filled-with-melted-chocolate-mass-preparation-tasty-cake-from-organic-chocolate-artisan-confectionery-sale_346278-668.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -123,7 +123,7 @@ export default function LandingPage() { description: "Perfect flavor profile developed through patience.", bentoComponent: "reveal-icon", icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-chocolate-beans-wooden-board_114579-26533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-chocolate-beans-wooden-board_114579-26533.jpg?_wi=2", imageAlt: "Tasty ripe sweet healthy blackberry.", }, { @@ -131,7 +131,7 @@ export default function LandingPage() { description: "Preserved freshness delivered directly to your door.", bentoComponent: "reveal-icon", icon: ShieldCheck, - imageSrc: "http://img.b2bpic.net/free-photo/professional-baker-pours-grained-nuts-mold-filled-with-melted-chocolate-mass-preparation-tasty-cake-from-organic-chocolate-artisan-confectionery-sale_346278-668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-baker-pours-grained-nuts-mold-filled-with-melted-chocolate-mass-preparation-tasty-cake-from-organic-chocolate-artisan-confectionery-sale_346278-668.jpg?_wi=2", imageAlt: "Tasty ripe sweet healthy blackberry.", }, ]}