From ca151a95f5d2f2ef0ed9d9344b37c6dc8239b308 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 06:43:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 565ec8d..b78eb66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,32 +66,32 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/group-black-beer-bottles_23-2148098763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-black-beer-bottles_23-2148098763.jpg?_wi=1", imageAlt: "Hero 1", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/group-black-beer-bottles_23-2148098763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-black-beer-bottles_23-2148098763.jpg?_wi=2", imageAlt: "Hero 2", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/group-black-beer-bottles_23-2148098763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-black-beer-bottles_23-2148098763.jpg?_wi=3", imageAlt: "Hero 3", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/group-black-beer-bottles_23-2148098763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-black-beer-bottles_23-2148098763.jpg?_wi=4", imageAlt: "Hero 4", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/group-black-beer-bottles_23-2148098763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-black-beer-bottles_23-2148098763.jpg?_wi=5", imageAlt: "Hero 5", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/group-black-beer-bottles_23-2148098763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-black-beer-bottles_23-2148098763.jpg?_wi=6", imageAlt: "Hero 6", }, ]} @@ -162,7 +162,7 @@ export default function LandingPage() { { id: "1", name: "Alice M.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-adorable-young-woman-posing-with-surprised-smile-street-restaurant-tanned-girl-pink-blouse-playing-with-her-light-wavy-hair_197531-9054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-adorable-young-woman-posing-with-surprised-smile-street-restaurant-tanned-girl-pink-blouse-playing-with-her-light-wavy-hair_197531-9054.jpg?_wi=1", }, { id: "2", @@ -182,7 +182,7 @@ export default function LandingPage() { { id: "5", name: "Emma R.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-adorable-young-woman-posing-with-surprised-smile-street-restaurant-tanned-girl-pink-blouse-playing-with-her-light-wavy-hair_197531-9054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-adorable-young-woman-posing-with-surprised-smile-street-restaurant-tanned-girl-pink-blouse-playing-with-her-light-wavy-hair_197531-9054.jpg?_wi=2", }, ]} cardTitle="Loved by Millions" -- 2.49.1