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" }]}