diff --git a/src/app/page.tsx b/src/app/page.tsx index 45edbbd..b4c71ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,14 +49,14 @@ export default function LandingPage() { leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668615.jpg", imageAlt: "Cricket training session in progress" }, { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-boy-playing-soccer-field-red-uniform_181624-14809.jpg", imageAlt: "Professional cricket match performance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-women-being-football-team_23-2149044692.jpg", imageAlt: "Academy training session with students" }, - { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668570.jpg", imageAlt: "SP Cricket Academy facility" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-women-being-football-team_23-2149044692.jpg?_wi=1", imageAlt: "Academy training session with students" }, + { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668570.jpg?_wi=1", imageAlt: "SP Cricket Academy facility" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/man-having-game-golf-outdoors-course_23-2150551637.jpg", imageAlt: "Fast bowling action shot" }, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-playing-football_23-2148867361.jpg", imageAlt: "Spectacular fielding catch" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-football-players-raising-trophy_23-2148355460.jpg", imageAlt: "Trophy and championship celebration" }, - { imageSrc: "http://img.b2bpic.net/free-photo/happy-sportive-women-embracing-each-other_23-2148355503.jpg", imageAlt: "Successful students celebration" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-football-players-raising-trophy_23-2148355460.jpg?_wi=1", imageAlt: "Trophy and championship celebration" }, + { imageSrc: "http://img.b2bpic.net/free-photo/happy-sportive-women-embracing-each-other_23-2148355503.jpg?_wi=1", imageAlt: "Successful students celebration" } ]} buttons={[ { text: "Enroll Today", href: "contact" }, @@ -76,7 +76,7 @@ export default function LandingPage() { description="Experience & Expertise" subdescription="Rajnagar Extension, Ghaziabad" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668570.jpg" + imageSrc="http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668570.jpg?_wi=2" imageAlt="SP Cricket Academy professional training facility" mediaAnimation="slide-up" useInvertedBackground={true} @@ -112,9 +112,9 @@ export default function LandingPage() { tagIcon={ImageIcon} tagAnimation="slide-up" products={[ - { id: "gallery-1", name: "Training Session", price: "Professional Development", variant: "Skill Building", imageSrc: "http://img.b2bpic.net/free-photo/young-women-being-football-team_23-2149044692.jpg", imageAlt: "Students in training session" }, - { id: "gallery-2", name: "Championship Trophy", price: "Achievement Unlocked", variant: "Tournament Victory", imageSrc: "http://img.b2bpic.net/free-photo/young-football-players-raising-trophy_23-2148355460.jpg", imageAlt: "Trophy and celebration moment" }, - { id: "gallery-3", name: "Student Success", price: "Transformation Story", variant: "Happy Learners", imageSrc: "http://img.b2bpic.net/free-photo/happy-sportive-women-embracing-each-other_23-2148355503.jpg", imageAlt: "Successful students celebrating" }, + { id: "gallery-1", name: "Training Session", price: "Professional Development", variant: "Skill Building", imageSrc: "http://img.b2bpic.net/free-photo/young-women-being-football-team_23-2149044692.jpg?_wi=2", imageAlt: "Students in training session" }, + { id: "gallery-2", name: "Championship Trophy", price: "Achievement Unlocked", variant: "Tournament Victory", imageSrc: "http://img.b2bpic.net/free-photo/young-football-players-raising-trophy_23-2148355460.jpg?_wi=2", imageAlt: "Trophy and celebration moment" }, + { id: "gallery-3", name: "Student Success", price: "Transformation Story", variant: "Happy Learners", imageSrc: "http://img.b2bpic.net/free-photo/happy-sportive-women-embracing-each-other_23-2148355503.jpg?_wi=2", imageAlt: "Successful students celebrating" }, { id: "gallery-4", name: "Academy Facility", price: "World-Class Infrastructure", variant: "Professional Standards", imageSrc: "http://img.b2bpic.net/free-photo/overhead-aerial-shot-small-stadium-houses_181624-9518.jpg", imageAlt: "State-of-art cricket facility" } ]} gridVariant="two-columns-alternating-heights"