Update src/app/page.tsx

This commit is contained in:
2026-03-15 21:41:37 +00:00
parent fc7f17456c
commit 0be51fad11

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -41,23 +41,23 @@ export default function LandingPage() {
<HeroBillboardTestimonial
title="Welcome to Respect Streams"
description="The ultimate platform for discovering and engaging with top-tier streamers on Kick. Experience immersive 3D interactions, real-time stream data, and premium audio feedback as you explore your favorite content creators."
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
testimonials={[
{
name: "StreamMaster Pro", handle: "@streammaster", testimonial: "Respect Streams revolutionized how I discover new content. The 3D interface makes browsing streamer cards absolutely engaging.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg?_wi=1", imageAlt: "professional streamer portrait broadcast"
imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg", imageAlt: "professional streamer portrait broadcast"
},
{
name: "Creator Elite", handle: "@creatorelite", testimonial: "The real-time viewer counts and audio feedback make this platform feel incredibly responsive and premium.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234816.jpg?_wi=1", imageAlt: "streamer profile avatar gaming talent"
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234816.jpg", imageAlt: "streamer profile avatar gaming talent"
},
{
name: "Content King", handle: "@contentking", testimonial: "Finally a platform that respects both streamers and viewers. The micro-interactions are mind-blowing.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204400.jpg?_wi=1", imageAlt: "professional streamer headshot quality"
imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204400.jpg", imageAlt: "professional streamer headshot quality"
},
{
name: "Broadcast Queen", handle: "@broadcastqueen", testimonial: "The sidebar navigation is intuitive and the 3D hover effects add so much visual appeal to my browsing experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg?_wi=2", imageAlt: "professional streamer portrait broadcast"
imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg", imageAlt: "professional streamer portrait broadcast"
}
]}
tag="Premium Streaming Experience"
@@ -80,27 +80,27 @@ export default function LandingPage() {
products={[
{
id: "streamer-001", brand: "Gaming Masters", name: "Pro Gamer Stream", price: "2.4K Viewers", rating: 5,
reviewCount: "1.2K followers", imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg?_wi=3", imageAlt: "professional streamer portrait broadcast"
reviewCount: "1.2K followers", imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg", imageAlt: "professional streamer portrait broadcast"
},
{
id: "streamer-002", brand: "Creative Minds", name: "Art & Design Stream", price: "1.8K Viewers", rating: 5,
reviewCount: "890 followers", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234816.jpg?_wi=2", imageAlt: "streamer profile avatar gaming talent"
reviewCount: "890 followers", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234816.jpg", imageAlt: "streamer profile avatar gaming talent"
},
{
id: "streamer-003", brand: "Entertainment Plus", name: "Talk Show Live", price: "3.2K Viewers", rating: 5,
reviewCount: "2.1K followers", imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204400.jpg?_wi=2", imageAlt: "professional streamer headshot quality"
reviewCount: "2.1K followers", imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204400.jpg", imageAlt: "professional streamer headshot quality"
},
{
id: "streamer-004", brand: "Tech Innovators", name: "Code & Build", price: "950 Viewers", rating: 4.8,
reviewCount: "567 followers", imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg?_wi=4", imageAlt: "professional streamer portrait broadcast"
reviewCount: "567 followers", imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg", imageAlt: "professional streamer portrait broadcast"
},
{
id: "streamer-005", brand: "Music Vibes", name: "Live DJ Mix", price: "2.7K Viewers", rating: 5,
reviewCount: "1.5K followers", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234816.jpg?_wi=3", imageAlt: "streamer profile avatar gaming talent"
reviewCount: "1.5K followers", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234816.jpg", imageAlt: "streamer profile avatar gaming talent"
},
{
id: "streamer-006", brand: "Fitness First", name: "Workout Challenge", price: "1.3K Viewers", rating: 4.9,
reviewCount: "723 followers", imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204400.jpg?_wi=3", imageAlt: "professional streamer headshot quality"
reviewCount: "723 followers", imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204400.jpg", imageAlt: "professional streamer headshot quality"
}
]}
gridVariant="three-columns-all-equal-width"