diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 7a79a65..79b31dd 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -46,7 +46,7 @@ export default function GalleryPage() { { title: "Studio Training Sessions", description: "Candid moments from our daily training sessions. Students learning, growing, and enjoying the dance journey together in our professional studio.", imageSrc: - "http://img.b2bpic.net/free-photo/dance-class-women_1385-3184.jpg", imageAlt: "Dance practice in studio", buttonIcon: ArrowRight, + "http://img.b2bpic.net/free-photo/dance-class-women_1385-3184.jpg?_wi=1", imageAlt: "Dance practice in studio", buttonIcon: ArrowRight, buttonHref: "/contact"}, { title: "Events & Celebrations", description: @@ -61,12 +61,12 @@ export default function GalleryPage() { { title: "Team Performances", description: "Group performances and choreographed routines. Our students shine together, demonstrating unity and artistic excellence.", imageSrc: - "http://img.b2bpic.net/free-photo/dance-class-women_1385-3184.jpg", imageAlt: "Group dance performance", buttonIcon: ArrowRight, + "http://img.b2bpic.net/free-photo/dance-class-women_1385-3184.jpg?_wi=2", imageAlt: "Group dance performance", buttonIcon: ArrowRight, buttonHref: "/contact"}, { title: "Studio Milestones", description: "Memorable moments marking milestones in students' dance journey. Achievements, graduations, and celebrations of progress.", imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-happy-kids-posing-together_23-2149351832.jpg", imageAlt: "Studio milestone celebration", buttonIcon: ArrowRight, + "http://img.b2bpic.net/free-photo/medium-shot-happy-kids-posing-together_23-2149351832.jpg?_wi=3", imageAlt: "Studio milestone celebration", buttonIcon: ArrowRight, buttonHref: "/contact"}, ]} title="Gallery & Memories" @@ -111,7 +111,7 @@ export default function GalleryPage() {