From 5d4b3664980b4c6cfaad7ad3e64d18ea9d5d24b8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:49:25 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e8b2258..a9e2f5c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,20 +60,20 @@ export default function AboutPage() { bulletPoints={[ { icon: Zap, - title: "Time-Saving AI", description: - "Generate scripts and designs in seconds, not hours. Spend time creating, not planning."}, + title: "Time-Saving AI", description: "Generate scripts and designs in seconds, not hours. Spend time creating, not planning." + }, { icon: Target, - title: "Niche-Specific Content", description: - "Whether you're in fitness, tech, lifestyle, or any other niche, we've got you covered."}, + title: "Niche-Specific Content", description: "Whether you're in fitness, tech, lifestyle, or any other niche, we've got you covered." + }, { icon: Globe, - title: "Platform Optimized", description: - "Every video is optimized for its platform with correct aspect ratios and trending formats."}, + title: "Platform Optimized", description: "Every video is optimized for its platform with correct aspect ratios and trending formats." + }, { icon: Users, - title: "Creator Community", description: - "Join thousands of creators using Syncora daily. Share ideas, learn, and grow together."}, + title: "Creator Community", description: "Join thousands of creators using Syncora daily. Share ideas, learn, and grow together." + }, ]} buttons={[{ text: "See All Features", href: "#features" }]} /> @@ -87,8 +87,9 @@ export default function AboutPage() { tagIcon={CheckCircle} textboxLayout="default" useInvertedBackground={true} - names=[ - "YouTube", "TikTok", "Instagram", "Facebook", "Creator Tools", "Content Studio", "Video Hub"] + names={[ + "YouTube", "TikTok", "Instagram", "Facebook", "Creator Tools", "Content Studio", "Video Hub" + ]} speed={40} showCard={true} buttons={[{ text: "Join 5,000+ Creators", href: "/signup" }]}