From d3dec885753e1a9f5b332514071575bec444a850 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:43:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 235f793..096af68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,20 +54,20 @@ export default function LandingPage() { variant: "radial-gradient" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/man-recording-his-training-full-shot_23-2149177962.jpg", imageAlt: "Person running on a modern treadmill" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-basketball-boxes_23-2148796923.jpg", imageAlt: "Display of various sports balls" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-lifting-weights-with-open-legs_1163-124.jpg", imageAlt: "Strength training gym setup with weights" }, - { imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114132.jpg", imageAlt: "Person cycling on a stationary bike" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-shoes-locker_23-2150847412.jpg", imageAlt: "Display of sports shoes" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174763.jpg", imageAlt: "Yoga mat and fitness accessories" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-recording-his-training-full-shot_23-2149177962.jpg?_wi=1", imageAlt: "Person running on a modern treadmill" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-basketball-boxes_23-2148796923.jpg?_wi=1", imageAlt: "Display of various sports balls" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-lifting-weights-with-open-legs_1163-124.jpg?_wi=1", imageAlt: "Strength training gym setup with weights" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114132.jpg?_wi=1", imageAlt: "Person cycling on a stationary bike" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-shoes-locker_23-2150847412.jpg?_wi=1", imageAlt: "Display of sports shoes" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174763.jpg?_wi=1", imageAlt: "Yoga mat and fitness accessories" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174763.jpg", imageAlt: "Yoga mat and fitness accessories" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-shoes-locker_23-2150847412.jpg", imageAlt: "Display of sports shoes" }, - { imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114132.jpg", imageAlt: "Person cycling on a stationary bike" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-lifting-weights-with-open-legs_1163-124.jpg", imageAlt: "Strength training gym setup with weights" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-basketball-boxes_23-2148796923.jpg", imageAlt: "Display of various sports balls" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-recording-his-training-full-shot_23-2149177962.jpg", imageAlt: "Person running on a modern treadmill" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174763.jpg?_wi=2", imageAlt: "Yoga mat and fitness accessories" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-shoes-locker_23-2150847412.jpg?_wi=2", imageAlt: "Display of sports shoes" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114132.jpg?_wi=2", imageAlt: "Person cycling on a stationary bike" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-lifting-weights-with-open-legs_1163-124.jpg?_wi=2", imageAlt: "Strength training gym setup with weights" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-basketball-boxes_23-2148796923.jpg?_wi=2", imageAlt: "Display of various sports balls" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-recording-his-training-full-shot_23-2149177962.jpg?_wi=2", imageAlt: "Person running on a modern treadmill" } ]} tag="Raipur's Best" tagIcon={Star} -- 2.49.1