Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4add197b48 |
262
src/app/page.tsx
262
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Tools",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Tools", id: "features" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="AIVerse"
|
||||
/>
|
||||
@@ -54,37 +42,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Unleash Creativity with Global Leading AI"
|
||||
description="Your centralized portal to the most powerful generative AI tools in the world. From high-fidelity video production to advanced image creation, we bring the best platforms together."
|
||||
tag="Powered by Kling, Veo, Gemini, HeyGen & Canva"
|
||||
description="Your centralized portal to the most powerful generative AI tools in the world. We bring Kling, Nano Banana, Veo 3, Gemini, HeyGen, Canva, and Suno AI together."
|
||||
tag="Powered by Kling, Nano Banana, Veo 3, Gemini, HeyGen, Canva & Suno AI"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-entrepreneur-luxurious-corporate-office-plans-strategy_482257-128191.jpg",
|
||||
imageAlt: "modern AI interface dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-illustrator-drawing-tablet_23-2150040138.jpg",
|
||||
imageAlt: "AI digital painting software UI",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349230.jpg",
|
||||
imageAlt: "AI art engine dashboard UI",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg",
|
||||
imageAlt: "video editor software dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-using-professional-photo-editing-tools-close-up-shot-pc-display_482257-82193.jpg",
|
||||
imageAlt: "graphic design AI tool interface",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steering-wheel-buttons-modern-car-interior-driving-control-technology_169016-68501.jpg",
|
||||
imageAlt: "AI suite control center UI",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-entrepreneur-luxurious-corporate-office-plans-strategy_482257-128191.jpg", imageAlt: "AI creative workspace" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-illustrator-drawing-tablet_23-2150040138.jpg", imageAlt: "AI digital tools interface" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,11 +56,9 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Transforming the Creative Industry"
|
||||
title="Unified Creative Ecosystem"
|
||||
description={[
|
||||
"Our platform aggregates industry-leading AI models to give you unparalleled creative freedom.",
|
||||
"Whether you are building a full marketing campaign, creating high-quality cinematic videos, or generating complex digital assets, we streamline the process.",
|
||||
"Join thousands of creatives and developers who rely on our unified toolkit to build the future.",
|
||||
"Access world-class generative AI models including Kling, Nano Banana, Veo 3, Gemini, HeyGen, Canva, and Suno AI in one place.", "Our platform bridges the gap between complex AI engines and seamless creative workflows for professionals.", "From video synthesis to automated musical generation, your potential is now limitless."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,69 +69,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Kling Video AI",
|
||||
tags: [
|
||||
"Video",
|
||||
"Cinema",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg",
|
||||
imageAlt: "Modern laptop with charts",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Veo 3 Engine",
|
||||
tags: [
|
||||
"Advanced",
|
||||
"High-Def",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/special-operations-engineer-following-enemy-warships-submarines_482257-91174.jpg",
|
||||
imageAlt: "Special operations engineer",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Gemini Reasoning",
|
||||
tags: [
|
||||
"AI Logic",
|
||||
"Workflow",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg",
|
||||
imageAlt: "Computer lab",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "HeyGen Avatars",
|
||||
tags: [
|
||||
"Video",
|
||||
"Humanoid",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg",
|
||||
imageAlt: "Medical cabinet",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Canva Creative Suite",
|
||||
tags: [
|
||||
"Design",
|
||||
"Layout",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pastel-crayons-high-quality-photo_72229-824.jpg",
|
||||
imageAlt: "Pastel crayons",
|
||||
},
|
||||
{
|
||||
id: "f6",
|
||||
title: "NanoBanana Logic",
|
||||
tags: [
|
||||
"Optimized",
|
||||
"Speed",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-adult-artist-paints-colorful-floral-abstraction-indoors-generated-by-ai_188544-16848.jpg",
|
||||
imageAlt: "Artist painting",
|
||||
},
|
||||
{ id: "f1", title: "Kling", tags: ["Video", "Cinema"] },
|
||||
{ id: "f2", title: "Nano Banana", tags: ["Logic", "Speed"] },
|
||||
{ id: "f3", title: "Veo 3", tags: ["High-Def", "Model"] },
|
||||
{ id: "f4", title: "Gemini", tags: ["Reasoning", "Data"] },
|
||||
{ id: "f5", title: "HeyGen", tags: ["Video", "Humanoid"] },
|
||||
{ id: "f6", title: "Canva", tags: ["Design", "Layout"] },
|
||||
{ id: "f7", title: "Suno AI", tags: ["Music", "Audio"] }
|
||||
]}
|
||||
title="Integrated AI Engines"
|
||||
description="Powerful tools designed for the modern creator."
|
||||
title="Leading AI Engines"
|
||||
description="A curated collection of the world's best AI technology."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -284,16 +128,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
text="Ready to scale your creativity? Let's build something extraordinary together."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Start your creative journey today with our unified AI tools."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -302,36 +138,12 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg"
|
||||
logoText="AIVerse"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Models",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "API",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "AI Tools", items: [{ label: "Kling", href: "#" }, { label: "Suno AI", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "Documentation", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user