diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 39f1fcd..82ac9cc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,10 +49,11 @@ export default function AboutPage() { { value: "24/7", title: "Live Streaming Available" }, { value: "50+", title: "Podcast Episodes" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-with-hot-drinks_23-2149327319.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-with-hot-drinks_23-2149327319.jpg" imageAlt="Our diverse community and team" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -60,19 +61,11 @@ export default function AboutPage() { @@ -85,23 +86,11 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "event-1", - value: "Every Weekend", - title: "Live Broadcasts", - description: "Featuring local performers and artists", - imageSrc: - "http://img.b2bpic.net/free-photo/magic-look-handsome-young-man-black-clothes-sitting-chair-near-dark-room-with-light_146671-19725.jpg?_wi=1", - imageAlt: "Winnipeg live event performance", - }, + id: "event-1", value: "Every Weekend", title: "Live Broadcasts", description: "Featuring local performers and artists", imageSrc: + "http://img.b2bpic.net/free-photo/magic-look-handsome-young-man-black-clothes-sitting-chair-near-dark-room-with-light_146671-19725.jpg", imageAlt: "Winnipeg live event performance"}, { - id: "event-2", - value: "Community Focus", - title: "Cultural Celebrations", - description: "Showcasing Punjab-Canadian heritage", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-friends-with-hot-drinks_23-2149327319.jpg?_wi=2", - imageAlt: "Cultural celebration event", - }, + id: "event-2", value: "Community Focus", title: "Cultural Celebrations", description: "Showcasing Punjab-Canadian heritage", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-friends-with-hot-drinks_23-2149327319.jpg", imageAlt: "Cultural celebration event"}, ]} animationType="slide-up" textboxLayout="default" @@ -113,19 +102,11 @@ export default function HomePage() {