From eea75a38b5a8ad504a1d526946cfa40208eb1e66 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:05:02 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) 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() { Date: Thu, 5 Mar 2026 20:05:02 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 150 ++++++++++++----------------------------------- 1 file changed, 37 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6ff10d..3c580b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function HomePage() { { text: "Explore Content", href: "/entertainment" }, ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/canada-day-celebration-with-maple-leaf-symbol_23-2151440521.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/canada-day-celebration-with-maple-leaf-symbol_23-2151440521.jpg" imageAlt="Punjab Live TV Canada banner with cultural elements" frameStyle="card" mediaAnimation="slide-up" @@ -70,10 +70,11 @@ export default function HomePage() { { 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=1" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-with-hot-drinks_23-2149327319.jpg" imageAlt="Diverse community gathering" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -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() {