Merge version_1 into main #2
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,19 +61,11 @@ export default function AboutPage() {
|
||||
<FeatureCardSixteen
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Fragmented communities with no shared platform",
|
||||
"Limited access to cultural content in Canada",
|
||||
"One-way traditional media experiences",
|
||||
],
|
||||
"Fragmented communities with no shared platform", "Limited access to cultural content in Canada", "One-way traditional media experiences"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"United community through digital platform",
|
||||
"Abundant multilingual entertainment and infotainment",
|
||||
"Interactive engagement with real-time content",
|
||||
"Bridge between Punjab and Canadian cultures",
|
||||
"Empowering creators and voices",
|
||||
],
|
||||
"United community through digital platform", "Abundant multilingual entertainment and infotainment", "Interactive engagement with real-time content", "Bridge between Punjab and Canadian cultures", "Empowering creators and voices"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
title="Our Mission & Impact"
|
||||
@@ -93,7 +86,7 @@ export default function AboutPage() {
|
||||
tagIcon={Bell}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/celebration-deity-navratri_23-2151219964.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/celebration-deity-navratri_23-2151219964.jpg"
|
||||
imageAlt="Cultural celebration and partnership"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your email for partnership info"
|
||||
|
||||
150
src/app/page.tsx
150
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<FeatureCardSixteen
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Generic talk radio",
|
||||
"Limited perspectives",
|
||||
"Ordinary hosts",
|
||||
],
|
||||
"Generic talk radio", "Limited perspectives", "Ordinary hosts"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Innovative conversations",
|
||||
"Diverse viewpoints",
|
||||
"Inspiring personalities",
|
||||
"Cultural insights",
|
||||
"Interactive episodes",
|
||||
],
|
||||
"Innovative conversations", "Diverse viewpoints", "Inspiring personalities", "Cultural insights", "Interactive episodes"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
title="Enlightening Podcast Shows"
|
||||
@@ -142,38 +123,17 @@ export default function HomePage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Punjab Live TV",
|
||||
name: "Bollywood Nights",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "12.5k",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-vlogger-dj-answers-phone-call-vibrant-neon-lights_482257-126466.jpg?_wi=1",
|
||||
imageAlt: "Bollywood entertainment content",
|
||||
},
|
||||
id: "1", brand: "Punjab Live TV", name: "Bollywood Nights", price: "Free", rating: 5,
|
||||
reviewCount: "12.5k", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-vlogger-dj-answers-phone-call-vibrant-neon-lights_482257-126466.jpg", imageAlt: "Bollywood entertainment content"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Punjab Live TV",
|
||||
name: "Cultural Stories",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "8.3k",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/celebration-deity-navratri_23-2151219964.jpg?_wi=1",
|
||||
imageAlt: "Cultural celebration content",
|
||||
},
|
||||
id: "2", brand: "Punjab Live TV", name: "Cultural Stories", price: "Free", rating: 5,
|
||||
reviewCount: "8.3k", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/celebration-deity-navratri_23-2151219964.jpg", imageAlt: "Cultural celebration content"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Punjab Live TV",
|
||||
name: "Local Happenings",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "6.7k",
|
||||
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=2",
|
||||
imageAlt: "Local event coverage",
|
||||
},
|
||||
id: "3", brand: "Punjab Live TV", name: "Local Happenings", price: "Free", rating: 5,
|
||||
reviewCount: "6.7k", 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: "Local event coverage"},
|
||||
]}
|
||||
title="Entertainment & Infotainment"
|
||||
description="Guaranteed entertainment and information in every video"
|
||||
@@ -190,65 +150,29 @@ export default function HomePage() {
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_winnipeg",
|
||||
testimonial:
|
||||
"Punjab Live TV brings my culture closer to home. The live events and podcasts are absolutely incredible!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", handle: "@priya_winnipeg", testimonial:
|
||||
"Punjab Live TV brings my culture closer to home. The live events and podcasts are absolutely incredible!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh Kumar",
|
||||
handle: "@rajesh_canada",
|
||||
testimonial:
|
||||
"Finally, a platform that understands our community. The podcasts feature such inspiring personalities.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "2", name: "Rajesh Kumar", handle: "@rajesh_canada", testimonial:
|
||||
"Finally, a platform that understands our community. The podcasts feature such inspiring personalities.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Simran Kaur",
|
||||
handle: "@simran_live",
|
||||
testimonial:
|
||||
"The Winnipeg event coverage is fantastic. I feel connected to the local entertainment scene.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Simran Kaur",
|
||||
},
|
||||
id: "3", name: "Simran Kaur", handle: "@simran_live", testimonial:
|
||||
"The Winnipeg event coverage is fantastic. I feel connected to the local entertainment scene.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Simran Kaur"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Arjun Singh",
|
||||
handle: "@arjun_entertainment",
|
||||
testimonial:
|
||||
"Entertainment and information guaranteed? They deliver! Every video is worth watching.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "Arjun Singh",
|
||||
},
|
||||
id: "4", name: "Arjun Singh", handle: "@arjun_entertainment", testimonial:
|
||||
"Entertainment and information guaranteed? They deliver! Every video is worth watching.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Arjun Singh"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Meera Patel",
|
||||
handle: "@meera_connects",
|
||||
testimonial:
|
||||
"Absolutely love the multilingual content. It bridges the gap between Punjab and Canada perfectly.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
imageAlt: "Meera Patel",
|
||||
},
|
||||
id: "5", name: "Meera Patel", handle: "@meera_connects", testimonial:
|
||||
"Absolutely love the multilingual content. It bridges the gap between Punjab and Canada perfectly.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Meera Patel"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Vikram Desai",
|
||||
handle: "@vikram_podcasts",
|
||||
testimonial:
|
||||
"The podcast hosts are genuinely inspiring. This is quality content that matters.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
|
||||
imageAlt: "Vikram Desai",
|
||||
},
|
||||
id: "6", name: "Vikram Desai", handle: "@vikram_podcasts", testimonial:
|
||||
"The podcast hosts are genuinely inspiring. This is quality content that matters.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Vikram Desai"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="What Our Viewers Say"
|
||||
@@ -269,7 +193,7 @@ export default function HomePage() {
|
||||
tagIcon={Bell}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/podcast-microphone-used-online-livestreaming-channel-close-up_482257-124420.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/podcast-microphone-used-online-livestreaming-channel-close-up_482257-124420.jpg"
|
||||
imageAlt="Podcast recording studio"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
Reference in New Issue
Block a user