From 3f8d1dab4c9de670bb86d76d2d4da0c3e7990fc6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:51:26 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 64 ++++++++++-------------------------------- 1 file changed, 15 insertions(+), 49 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2b63dea..04e85c6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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"