From 6d13bc6002fc0b106cd9ae7885b01365383d2b62 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 09:10:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e77237..7e4b787 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Code, Globe, Shield, Waves, Zap } from "lucide-react"; +import { Code, Globe, Shield, Waves, Zap, Mic, Play, Settings } from "lucide-react"; export default function LandingPage() { return ( @@ -49,7 +49,7 @@ export default function LandingPage() { { value: "50+", label: "Global Languages" }, ]} enableKpiAnimation={true} - buttons={[{ text: "Get Started", href: "#" }]} + buttons={[{ text: "Get Started", href: "#" }, { text: "Configure Voice", href: "#features" }]} imageSrc="http://img.b2bpic.net/free-photo/3d-render-flowing-particles-design-with-cyber-particles_1048-13350.jpg" mediaAnimation="slide-up" avatars={[ @@ -76,13 +76,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { tag: "Speech", title: "Neural Clarity", subtitle: "Ultra-realistic", description: "AI models that simulate natural human breathing and intonation patterns.", imageSrc: "http://img.b2bpic.net/free-photo/blue-volume-icon_187299-47019.jpg" }, - { tag: "Workflow", title: "Batch Processing", subtitle: "Efficient", description: "Convert thousands of pages into audio with one click. Save hours of time.", imageSrc: "http://img.b2bpic.net/free-vector/basic-ui-elements-25-line-icon-pack-including-down-arrow-magnifier-person-male_1142-23775.jpg" }, - { tag: "Global", title: "Multi-language Support", subtitle: "Universal", description: "Reach audiences anywhere with support for over 50 major global languages.", imageSrc: "http://img.b2bpic.net/free-vector/halftone-style-abstract-dotted-sphere-shape-design_1017-53748.jpg" }, - { tag: "Scalable", title: "Enterprise API", subtitle: "Robust", description: "Seamless integration into your apps and platforms with our robust API.", imageSrc: "http://img.b2bpic.net/free-photo/sound-volume-up-front-side-white-background_187299-40214.jpg" }, - { tag: "Custom", title: "Voice Cloning", subtitle: "Personalized", description: "Create a unique, personalized voice model for your specific brand identity.", imageSrc: "http://img.b2bpic.net/free-vector/youtube-25-flat-color-icon-pack-including-gear-ui-basic-globe-basic_1142-21249.jpg" }, + { tag: "Controls", title: "Playback Interface", subtitle: "Intuitive", description: "Built-in audio controls for precise playback, pausing, and seeking within your narration.", imageSrc: "http://img.b2bpic.net/free-vector/basic-ui-elements-25-line-icon-pack-including-down-arrow-magnifier-person-male_1142-23775.jpg" }, + { tag: "Settings", title: "Voice Personalization", subtitle: "Customizable", description: "Adjust pitch, speed, and style with deep settings options for every generation.", imageSrc: "http://img.b2bpic.net/free-vector/halftone-style-abstract-dotted-sphere-shape-design_1017-53748.jpg" }, + { tag: "Conversion", title: "Live Processing", subtitle: "Real-time", description: "Seamless API integration with live conversion streams for instant voice generation.", imageSrc: "http://img.b2bpic.net/free-photo/sound-volume-up-front-side-white-background_187299-40214.jpg" }, + { tag: "Custom", title: "Voice Cloning", subtitle: "Personalized", description: "Create a unique, personalized voice model for your specific brand identity.", imageSrc: "http://img.b2bpic.net/free-vector/youtube-25-flat-color-pack-including-gear-ui-basic-globe-basic_1142-21249.jpg" }, ]} title="Powerful Audio Features" - description="Everything you need to create professional-grade voice content." + description="Everything you need to create professional-grade voice content with advanced controls." /> @@ -111,8 +111,8 @@ export default function LandingPage() { faqs={[ { id: "q1", title: "Is my text secure?", content: "Yes, we use industry-standard encryption for all text uploaded and processed on our platform." }, { id: "q2", title: "How fast is the conversion?", content: "Most documents are processed within seconds depending on length." }, - { id: "q3", title: "Can I use it for commercial projects?", content: "All pro plans include full commercial usage rights for your audio files." }, - { id: "q4", title: "What file formats are supported?", content: "We support MP3, WAV, and OGG formats for all exports." }, + { id: "q3", title: "Can I customize voice settings?", content: "Absolutely! Our dashboard provides sliders for pitch, speed, and tone to customize your output perfectly." }, + { id: "q4", title: "What playback controls exist?", content: "Our web player includes standard play/pause, volume adjustment, and 5-second seek increments." }, { id: "q5", title: "Is there a free trial available?", content: "Yes, we offer a generous free tier for users to test our neural voice engines." }, ]} title="Frequently Asked Questions" -- 2.49.1