diff --git a/src/app/page.tsx b/src/app/page.tsx index 5df08c9..8a536c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -179,27 +88,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Box, - title: "Creative Generations", - value: "1.2M+", - }, - { - id: "m2", - icon: Globe, - title: "Global Creators", - value: "500K+", - }, - { - id: "m3", - icon: Zap, - title: "Avg. Speed", - value: "0.5s", - }, + { id: "m1", icon: Box, title: "Integrated Platforms", value: "7+" }, + { id: "m2", icon: Globe, title: "Creative Projects", value: "1.2M+" }, + { id: "m3", icon: Zap, title: "Generation Speed", value: "<1s" } ]} - title="Proven Performance" - description="Our AI ecosystem is built for speed and reliability." + title="Proven Excellence" + description="Scaling creativity through optimized AI integrations." /> @@ -209,48 +103,11 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - title: "Incredible Power", - quote: "The integration between these models is a game changer for my studio.", - name: "Sarah Johnson", - role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-tablet_23-2148718088.jpg", - }, - { - id: "2", - title: "Fast and Reliable", - quote: "I reduced my production time by 80% using this centralized suite.", - name: "Michael Chen", - role: "Head of Video", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg", - }, - { - id: "3", - title: "Unmatched Quality", - quote: "Simply the highest quality output for all my generative creative needs.", - name: "Emily Rodriguez", - role: "Brand Designer", - imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", - }, - { - id: "4", - title: "Game Changer", - quote: "I can't imagine my workflow without these tools anymore.", - name: "David Kim", - role: "Lead Developer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg", - }, - { - id: "5", - title: "Pure Innovation", - quote: "The speed and reasoning behind the platform are unmatched in the industry.", - name: "Jessica Lee", - role: "AI Architect", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586558.jpg", - }, + id: "t1", title: "Incredible Suite", quote: "Having Kling, HeyGen, and Suno in one dashboard changed how I work entirely.", name: "Alex River", role: "Creator" + } ]} - title="Loved by Professionals" - description="What industry leaders say about our unified AI tools." + title="Industry Feedback" + description="Trusted by creators globally." /> @@ -259,24 +116,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Which AI models are integrated?", - content: "We support Kling, NanoBanana, Veo 3, Gemini, HeyGen, and Canva.", - }, - { - id: "q2", - title: "Is this platform suitable for beginners?", - content: "Yes, our dashboard provides intuitive tools for all skill levels.", - }, - { - id: "q3", - title: "Can I use these for commercial projects?", - content: "Absolutely, all outputs generated are yours to use commercially.", - }, + { id: "q1", title: "What AI engines do you support?", content: "We feature Kling, Nano Banana, Veo 3, Gemini, HeyGen, Canva, and Suno AI." }, + { id: "q2", title: "Are there limits?", content: "Enjoy unlimited access based on your tier plan." } ]} title="Frequently Asked Questions" - description="Everything you need to know about getting started." + description="Everything you need to know about our AI hub." faqsAnimation="slide-up" /> @@ -284,16 +128,8 @@ export default function LandingPage() {