Merge version_1 into main #2
@@ -62,27 +62,19 @@ export default function AboutPage() {
|
||||
description="We started Thrillerz to solve a real problem: football editors were spending hours searching for quality resources scattered across the internet. We decided to create a one-stop shop for everything editors need."
|
||||
tag="Since 2023"
|
||||
tagIcon={Award}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Professional Quality",
|
||||
description: "Every pack is created with professional standards. Used by top editors across YouTube, Instagram, and TikTok.",
|
||||
icon: Sparkles,
|
||||
title: "Professional Quality", description: "Every pack is created with professional standards. Used by top editors across YouTube, Instagram, and TikTok.", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Instant Download",
|
||||
description: "Purchase once, download forever. Secure checkout with Stripe and PayPal. Access your packs immediately after purchase.",
|
||||
icon: Zap,
|
||||
title: "Instant Download", description: "Purchase once, download forever. Secure checkout with Stripe and PayPal. Access your packs immediately after purchase.", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Regular Updates",
|
||||
description: "New packs added monthly. Updates include player-specific content from trending matches and seasons.",
|
||||
icon: CheckCircle,
|
||||
title: "Regular Updates", description: "New packs added monthly. Updates include player-specific content from trending matches and seasons.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Editor Support",
|
||||
description: "Our team understands football editing. Premium support for all customers. Tips and tutorials included with every pack.",
|
||||
icon: Shield,
|
||||
title: "Editor Support", description: "Our team understands football editing. Premium support for all customers. Tips and tutorials included with every pack.", icon: Shield,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -105,35 +97,17 @@ export default function AboutPage() {
|
||||
buttonAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What software works with these packs?",
|
||||
content: "Our packs are compatible with Adobe Premiere Pro, Final Cut Pro, DaVinci Resolve, and CapCut. All files are provided in standard formats that work universally.",
|
||||
},
|
||||
id: "faq-1", title: "What software works with these packs?", content: "Our packs are compatible with Adobe Premiere Pro, Final Cut Pro, DaVinci Resolve, and CapCut. All files are provided in standard formats that work universally."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Can I use these commercially?",
|
||||
content: "Yes! All purchases include commercial license rights. Use on YouTube, Instagram, TikTok, and professional productions. Full licensing details included with purchase.",
|
||||
},
|
||||
id: "faq-2", title: "Can I use these commercially?", content: "Yes! All purchases include commercial license rights. Use on YouTube, Instagram, TikTok, and professional productions. Full licensing details included with purchase."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How are files delivered?",
|
||||
content: "Instant download immediately after purchase. Files are compressed and optimized for quick download. Average file sizes are 2-5GB depending on pack type.",
|
||||
},
|
||||
id: "faq-3", title: "How are files delivered?", content: "Instant download immediately after purchase. Files are compressed and optimized for quick download. Average file sizes are 2-5GB depending on pack type."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What resolution are the packs?",
|
||||
content: "Most packs available in both 4K (3840x2160) and 1080p (1920x1080). Check individual product pages for specific resolution options.",
|
||||
},
|
||||
id: "faq-4", title: "What resolution are the packs?", content: "Most packs available in both 4K (3840x2160) and 1080p (1920x1080). Check individual product pages for specific resolution options."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Is there a refund policy?",
|
||||
content: "We offer 30-day money-back guarantee if you're not satisfied. Since files are digital downloads, please test compatibility before requesting refund.",
|
||||
},
|
||||
id: "faq-5", title: "Is there a refund policy?", content: "We offer 30-day money-back guarantee if you're not satisfied. Since files are digital downloads, please test compatibility before requesting refund."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Do you offer bundle discounts?",
|
||||
content: "Yes! Our bundles offer 20-40% savings. The Cinematic Complete Bundle includes everything at the best value for serious editors.",
|
||||
},
|
||||
id: "faq-6", title: "Do you offer bundle discounts?", content: "Yes! Our bundles offer 20-40% savings. The Cinematic Complete Bundle includes everything at the best value for serious editors."},
|
||||
]}
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
@@ -149,24 +123,16 @@ export default function AboutPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Follow us on Instagram",
|
||||
},
|
||||
href: "https://instagram.com", ariaLabel: "Follow us on Instagram"},
|
||||
{
|
||||
icon: Youtube,
|
||||
href: "https://youtube.com",
|
||||
ariaLabel: "Subscribe on YouTube",
|
||||
},
|
||||
href: "https://youtube.com", ariaLabel: "Subscribe on YouTube"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com",
|
||||
ariaLabel: "Follow us on Twitter",
|
||||
},
|
||||
href: "https://twitter.com", ariaLabel: "Follow us on Twitter"},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:support@thrillerz.com",
|
||||
ariaLabel: "Send us an email",
|
||||
},
|
||||
href: "mailto:support@thrillerz.com", ariaLabel: "Send us an email"},
|
||||
]}
|
||||
containerClassName="bg-gradient-to-b from-blue-500/5 to-black"
|
||||
cardClassName="border-t border-cyan-500/30"
|
||||
|
||||
136
src/app/page.tsx
136
src/app/page.tsx
@@ -38,9 +38,7 @@ export default function HomePage() {
|
||||
brandName="Thrillerz x shreyprods"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Cart",
|
||||
href: "/cart",
|
||||
}}
|
||||
text: "Cart", href: "/cart"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,7 +70,7 @@ export default function HomePage() {
|
||||
description="Hand-curated selection of our most popular football editing resources. Perfect for creating viral YouTube and Instagram content."
|
||||
tag="Bestsellers"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[{ text: "View All Products", href: "/shop" }]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -81,29 +79,11 @@ export default function HomePage() {
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "pack-darwin-núñez",
|
||||
name: "Darwin Núñez Cinematic Scenepack",
|
||||
price: "$24.99",
|
||||
variant: "4K Ultra HD",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/darwin-n-ez-in-dramatic-cinematic-footba-1773420561600-ebb3018a.png?_wi=1",
|
||||
imageAlt: "Darwin Núñez cinematic football editing scenepack",
|
||||
},
|
||||
id: "pack-darwin-núñez", name: "Darwin Núñez Cinematic Scenepack", price: "$24.99", variant: "4K Ultra HD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/darwin-n-ez-in-dramatic-cinematic-footba-1773420561600-ebb3018a.png", imageAlt: "Darwin Núñez cinematic football editing scenepack"},
|
||||
{
|
||||
id: "pack-vinicius-junior",
|
||||
name: "Vinícius Júnior Elite Satfeed Pack",
|
||||
price: "$19.99",
|
||||
variant: "1080p HD",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/vin-cius-j-nior-in-action-with-professio-1773420561438-57983efe.png?_wi=1",
|
||||
imageAlt: "Vinícius Júnior satfeed football editing pack",
|
||||
},
|
||||
id: "pack-vinicius-junior", name: "Vinícius Júnior Elite Satfeed Pack", price: "$19.99", variant: "1080p HD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/vin-cius-j-nior-in-action-with-professio-1773420561438-57983efe.png", imageAlt: "Vinícius Júnior satfeed football editing pack"},
|
||||
{
|
||||
id: "pack-mbappé",
|
||||
name: "Mbappé Speed Comp Pack",
|
||||
price: "$17.99",
|
||||
variant: "4K Ultra HD",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/kylian-mbapp-explosive-speed-action-mome-1773420560210-dfb6c678.png?_wi=1",
|
||||
imageAlt: "Kylian Mbappé speed highlights comp pack",
|
||||
},
|
||||
id: "pack-mbappé", name: "Mbappé Speed Comp Pack", price: "$17.99", variant: "4K Ultra HD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/kylian-mbapp-explosive-speed-action-mome-1773420560210-dfb6c678.png", imageAlt: "Kylian Mbappé speed highlights comp pack"},
|
||||
]}
|
||||
containerClassName="gap-8"
|
||||
cardClassName="hover:shadow-2xl transition-all duration-300"
|
||||
@@ -116,38 +96,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Scenepacks",
|
||||
description: "Cinematic background scenes perfect for transitions and overlays. Professional quality for YouTube and Instagram.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/collection-of-cinematic-background-scene-1773420561575-ce1bbfe0.png",
|
||||
imageAlt: "Cinematic scenepack examples",
|
||||
},
|
||||
title: "Scenepacks", description: "Cinematic background scenes perfect for transitions and overlays. Professional quality for YouTube and Instagram.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/collection-of-cinematic-background-scene-1773420561575-ce1bbfe0.png", imageAlt: "Cinematic scenepack examples"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Satfeed Packs",
|
||||
description: "High-quality feed footage from matches. Perfect for creating dynamic edits and highlight reels.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-broadcast-quality-football--1773420560924-693e099b.png",
|
||||
imageAlt: "Satfeed football footage",
|
||||
},
|
||||
title: "Satfeed Packs", description: "High-quality feed footage from matches. Perfect for creating dynamic edits and highlight reels.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-broadcast-quality-football--1773420560924-693e099b.png", imageAlt: "Satfeed football footage"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Comp Packs",
|
||||
description: "Pre-edited compilation packs ready to customize. Save hours of editing with our professional templates.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-football-compilation-showca-1773420561091-cb751842.png",
|
||||
imageAlt: "Compilation pack examples",
|
||||
},
|
||||
title: "Comp Packs", description: "Pre-edited compilation packs ready to customize. Save hours of editing with our professional templates.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-football-compilation-showca-1773420561091-cb751842.png", imageAlt: "Compilation pack examples"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Overlays & Transitions",
|
||||
description: "Eye-catching overlays and smooth transitions to elevate your edits. Works with all major editing software.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-collection-of-video-overlay-1773420561941-e321f3cd.png",
|
||||
imageAlt: "Overlay and transition effects",
|
||||
},
|
||||
title: "Overlays & Transitions", description: "Eye-catching overlays and smooth transitions to elevate your edits. Works with all major editing software.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-collection-of-video-overlay-1773420561941-e321f3cd.png", imageAlt: "Overlay and transition effects"},
|
||||
]}
|
||||
title="Browse by Category"
|
||||
description="All the football editing resources you need in one place. Each pack is professionally crafted and ready to download instantly."
|
||||
tag="Categories"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -162,17 +126,9 @@ export default function HomePage() {
|
||||
description="Used by professional editors across YouTube, Instagram, and TikTok to create viral football content."
|
||||
tag="Trusted Partners"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
names={[
|
||||
"FootballEditsHQ",
|
||||
"ProFootballClips",
|
||||
"CinematicGoals",
|
||||
"ViralFootball",
|
||||
"EditMaster Pro",
|
||||
"GoalEditStudio",
|
||||
"FootballVibes",
|
||||
"ProEditsHub",
|
||||
]}
|
||||
"FootballEditsHQ", "ProFootballClips", "CinematicGoals", "ViralFootball", "EditMaster Pro", "GoalEditStudio", "FootballVibes", "ProEditsHub"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
showCard={true}
|
||||
@@ -188,64 +144,28 @@ export default function HomePage() {
|
||||
description="Real feedback from football editors using Thrillerz packs to create professional content."
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Ahmed Hassan",
|
||||
role: "Football Editor, YouTube Creator",
|
||||
testimonial: "Thrillerz packs completely transformed my editing workflow. The scenepack quality is insane and my viewers can tell the difference immediately. Highly recommended!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-male-portrait-of-video-edit-1773420560765-5e81493b.png",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
icon: Star,
|
||||
id: "testimonial-1", name: "Ahmed Hassan", role: "Football Editor, YouTube Creator", testimonial: "Thrillerz packs completely transformed my editing workflow. The scenepack quality is insane and my viewers can tell the difference immediately. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-male-portrait-of-video-edit-1773420560765-5e81493b.png", imageAlt: "Ahmed Hassan", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Maria Silva",
|
||||
role: "Instagram Content Creator",
|
||||
testimonial: "The satfeed packs are exactly what I needed. Clean, professional, and easy to customize. My engagement went up 200% after I started using these.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-female-portrait-of-content--1773420560174-e024fe43.png",
|
||||
imageAlt: "Maria Silva",
|
||||
icon: Star,
|
||||
id: "testimonial-2", name: "Maria Silva", role: "Instagram Content Creator", testimonial: "The satfeed packs are exactly what I needed. Clean, professional, and easy to customize. My engagement went up 200% after I started using these.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-female-portrait-of-content--1773420560174-e024fe43.png", imageAlt: "Maria Silva", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "James Chen",
|
||||
role: "Professional Video Editor",
|
||||
testimonial: "Best investment for my editing business. The comp packs save me hours every week. The support team is also incredibly helpful.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-male-portrait-of-video-prof-1773420560942-271ea1ab.png",
|
||||
imageAlt: "James Chen",
|
||||
icon: Star,
|
||||
id: "testimonial-3", name: "James Chen", role: "Professional Video Editor", testimonial: "Best investment for my editing business. The comp packs save me hours every week. The support team is also incredibly helpful.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-male-portrait-of-video-prof-1773420560942-271ea1ab.png", imageAlt: "James Chen", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Sofia Rodriguez",
|
||||
role: "TikTok Viral Editor",
|
||||
testimonial: "I used the overlays and transitions from Thrillerz on my latest viral edit and it hit 5M views! The quality is unmatched in this space.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-young-woman-portrait-modern-1773420560649-28121f37.png",
|
||||
imageAlt: "Sofia Rodriguez",
|
||||
icon: Star,
|
||||
id: "testimonial-4", name: "Sofia Rodriguez", role: "TikTok Viral Editor", testimonial: "I used the overlays and transitions from Thrillerz on my latest viral edit and it hit 5M views! The quality is unmatched in this space.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-young-woman-portrait-modern-1773420560649-28121f37.png", imageAlt: "Sofia Rodriguez", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Marcus Johnson",
|
||||
role: "Sports Channel Producer",
|
||||
testimonial: "We integrated Thrillerz packs into our production pipeline. Consistency and quality improved dramatically. Worth every penny.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-male-portrait-of-video-prod-1773420562109-f77b5273.png",
|
||||
imageAlt: "Marcus Johnson",
|
||||
icon: Star,
|
||||
id: "testimonial-5", name: "Marcus Johnson", role: "Sports Channel Producer", testimonial: "We integrated Thrillerz packs into our production pipeline. Consistency and quality improved dramatically. Worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-male-portrait-of-video-prod-1773420562109-f77b5273.png", imageAlt: "Marcus Johnson", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
name: "Lisa Wong",
|
||||
role: "Content Creator, 500K Followers",
|
||||
testimonial: "The instant download feature is a lifesaver. I can start editing within seconds of purchase. Customer service is top-notch too!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-portrait-of-asian-woman-vid-1773420559970-91ae55ba.png",
|
||||
imageAlt: "Lisa Wong",
|
||||
icon: Star,
|
||||
id: "testimonial-6", name: "Lisa Wong", role: "Content Creator, 500K Followers", testimonial: "The instant download feature is a lifesaver. I can start editing within seconds of purchase. Customer service is top-notch too!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtmtSDJJ8irVXrYfv9ZWJHYvV6/professional-portrait-of-asian-woman-vid-1773420559970-91ae55ba.png", imageAlt: "Lisa Wong", icon: Star,
|
||||
},
|
||||
]}
|
||||
containerClassName="gap-6"
|
||||
@@ -257,7 +177,7 @@ export default function HomePage() {
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
tagIcon={Mail}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Join Our Community"
|
||||
description="Subscribe to get updates on new packs, exclusive discounts, and football editing tips. Early access to premium releases for subscribers."
|
||||
buttons={[{ text: "Subscribe Now", href: "#subscribe" }]}
|
||||
@@ -278,24 +198,16 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Follow us on Instagram",
|
||||
},
|
||||
href: "https://instagram.com", ariaLabel: "Follow us on Instagram"},
|
||||
{
|
||||
icon: Youtube,
|
||||
href: "https://youtube.com",
|
||||
ariaLabel: "Subscribe on YouTube",
|
||||
},
|
||||
href: "https://youtube.com", ariaLabel: "Subscribe on YouTube"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com",
|
||||
ariaLabel: "Follow us on Twitter",
|
||||
},
|
||||
href: "https://twitter.com", ariaLabel: "Follow us on Twitter"},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:support@thrillerz.com",
|
||||
ariaLabel: "Send us an email",
|
||||
},
|
||||
href: "mailto:support@thrillerz.com", ariaLabel: "Send us an email"},
|
||||
]}
|
||||
containerClassName="bg-gradient-to-b from-blue-500/5 to-black"
|
||||
cardClassName="border-t border-cyan-500/30"
|
||||
|
||||
Reference in New Issue
Block a user