diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 3098865..7ac43e7 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -1,10 +1,10 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import FooterBase from '@/components/sections/footer/FooterBase'; import Link from "next/link"; import { Zap, Type, Globe, Palette, Music, Image as ImageIcon, Sparkles } from "lucide-react"; @@ -16,7 +16,7 @@ export default function FeaturesPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -27,14 +27,12 @@ export default function FeaturesPage() { navItems={[ { name: "Features", id: "features" }, { name: "Pricing", id: "pricing" }, - { name: "How It Works", id: "how-it-works" }, + { name: "How It Works", id: "products" }, { name: "Testimonials", id: "testimonials" }, { name: "FAQ", id: "faq" }, ]} button={{ - text: "Start Free Trial", - href: "/contact", - }} + text: "Start Free Trial", href: "contact"}} brandName="ViralAI Studio" /> @@ -44,34 +42,22 @@ export default function FeaturesPage() { features={[ { icon: Zap, - title: "Long Video to Viral Shorts", - description: "Upload MP4/MOV files and automatically detect highlights. AI generates optimized 9:16, 16:9, and 1:1 formats with auto-zoom and transitions.", - }, + title: "Long Video to Viral Shorts", description: "Upload MP4/MOV files and automatically detect highlights. AI generates optimized 9:16, 16:9, and 1:1 formats with auto-zoom and transitions."}, { icon: Type, - title: "AI Auto Caption Generator", - description: "Speech-to-text transcription with animated TikTok-style captions. Multi-language subtitle support and customizable caption styles.", - }, + title: "AI Auto Caption Generator", description: "Speech-to-text transcription with animated TikTok-style captions. Multi-language subtitle support and customizable caption styles."}, { icon: Globe, - title: "Video Translation & Dubbing", - description: "Translate videos into any language with AI voice cloning and lip-sync support. Reach global audiences effortlessly.", - }, + title: "Video Translation & Dubbing", description: "Translate videos into any language with AI voice cloning and lip-sync support. Reach global audiences effortlessly."}, { icon: Palette, - title: "Cartoon & Animation Generator", - description: "Convert real video into 3D, Anime, or Sketch animation styles. Add AI avatar presenters for personalized content.", - }, + title: "Cartoon & Animation Generator", description: "Convert real video into 3D, Anime, or Sketch animation styles. Add AI avatar presenters for personalized content."}, { icon: Music, - title: "Beat Sync Editing", - description: "Upload music and auto-cut videos to beat drops. Add transitions synchronized perfectly to music tempo.", - }, + title: "Beat Sync Editing", description: "Upload music and auto-cut videos to beat drops. Add transitions synchronized perfectly to music tempo."}, { icon: ImageIcon, - title: "Auto Thumbnail Generator", - description: "AI face detection, viral YouTube templates, and bold text overlays. Generate thumbnails that maximize click-through rates.", - }, + title: "Auto Thumbnail Generator", description: "AI face detection, viral YouTube templates, and bold text overlays. Generate thumbnails that maximize click-through rates."}, ]} title="Powerful AI-Driven Features" description="Everything creators need to produce viral content at scale. From intelligent video analysis to automated editing, ViralAI Studio handles the heavy lifting." @@ -83,30 +69,15 @@ export default function FeaturesPage() { /> -