Update src/app/about/page.tsx

This commit is contained in:
2026-03-13 16:51:26 +00:00
parent f9e278e6b7
commit 3f8d1dab4c

View File

@@ -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"