diff --git a/src/app/page.tsx b/src/app/page.tsx index 06496a3..d615dfa 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?_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" } + { 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" } ]} rightCarouselItems={[ - { 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" } + { 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" } ]} tag="Raipur's Best" tagIcon={Star} @@ -76,7 +76,7 @@ export default function LandingPage() { { text: "Explore Sports Gear", href: "#products" }, { text: "Shop Gym Equipment", href: "#products" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="text-stagger" />