Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-02 15:01:49 +00:00

View File

@@ -29,81 +29,51 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Dashboard",
id: "dashboard",
},
name: "Dashboard", id: "dashboard"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="AI Studio"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Build Smarter with AI Studio"
description="The all-in-one AI platform for content, images, video, and data analysis. Powered by state-of-the-art models."
buttons={[
{
text: "Get Started",
href: "#",
},
text: "Get Started", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg"
imageAlt="AI Platform Interface"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/businessman-looking-away-holding-laptop_23-2148308516.jpg",
alt: "User 1",
},
src: "http://img.b2bpic.net/free-photo/businessman-looking-away-holding-laptop_23-2148308516.jpg", alt: "User 1"},
{
src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
alt: "User 2",
},
src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", alt: "User 2"},
{
src: "http://img.b2bpic.net/free-photo/portrait-confident-entrepreneur-standing-office-looking-camera_637285-2744.jpg",
alt: "User 3",
},
src: "http://img.b2bpic.net/free-photo/portrait-confident-entrepreneur-standing-office-looking-camera_637285-2744.jpg", alt: "User 3"},
{
src: "http://img.b2bpic.net/free-photo/glasses-smiling-arm-horizontal-front_1262-2739.jpg",
alt: "User 4",
},
src: "http://img.b2bpic.net/free-photo/glasses-smiling-arm-horizontal-front_1262-2739.jpg", alt: "User 4"},
{
src: "http://img.b2bpic.net/free-photo/executive-assistant-multinational-company-work-big-business-project_482257-113916.jpg",
alt: "User 5",
},
src: "http://img.b2bpic.net/free-photo/executive-assistant-multinational-company-work-big-business-project_482257-113916.jpg", alt: "User 5"},
]}
avatarText="Trusted by 10,000+ developers"
marqueeItems={[
{
type: "text",
text: "Next Gen AI",
},
type: "text", text: "Next Gen AI"},
{
type: "text",
text: "Real-time Processing",
},
type: "text", text: "Real-time Processing"},
{
type: "text",
text: "Enterprise Ready",
},
type: "text", text: "Enterprise Ready"},
{
type: "text",
text: "Secure Scaling",
},
type: "text", text: "Secure Scaling"},
{
type: "text",
text: "Global Availability",
},
type: "text", text: "Global Availability"},
]}
/>
</div>
@@ -116,23 +86,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Smart Chatbot",
description: "Real-time AI interaction with custom knowledge integration.",
imageSrc: "http://img.b2bpic.net/free-photo/phone-with-app-powered-with-ai_1268-21799.jpg",
},
id: "1", title: "Smart Chatbot", description: "Real-time AI interaction with custom knowledge integration.", imageSrc: "http://img.b2bpic.net/free-photo/phone-with-app-powered-with-ai_1268-21799.jpg"},
{
id: "2",
title: "Text Generator",
description: "High-conversion copy, blog posts, and technical content.",
imageSrc: "http://img.b2bpic.net/free-photo/teenager-light-movie-projector_23-2149489803.jpg",
},
id: "2", title: "Text Generator", description: "High-conversion copy, blog posts, and technical content.", imageSrc: "http://img.b2bpic.net/free-photo/teenager-light-movie-projector_23-2149489803.jpg"},
{
id: "3",
title: "Visual Creator",
description: "Prompt-based high-resolution image generation using latest models.",
imageSrc: "http://img.b2bpic.net/free-photo/youth-group-with-pop-inspired-background_23-2151494805.jpg",
},
id: "3", title: "Visual Creator", description: "Prompt-based high-resolution image generation using latest models.", imageSrc: "http://img.b2bpic.net/free-photo/youth-group-with-pop-inspired-background_23-2151494805.jpg"},
]}
title="Our Powerful Tools"
description="Unlock your potential with our suite of enterprise-grade AI tools designed for modern teams."
@@ -147,41 +105,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Video Studio",
price: "$29/mo",
imageSrc: "http://img.b2bpic.net/free-photo/graphic-designer-holding-coffee-mug-designing-ux-image-generator-ai-software_482257-125931.jpg?_wi=1",
},
id: "p1", name: "Video Studio", price: "$29/mo", imageSrc: "http://img.b2bpic.net/free-photo/graphic-designer-holding-coffee-mug-designing-ux-image-generator-ai-software_482257-125931.jpg"},
{
id: "p2",
name: "Data Analysis",
price: "$49/mo",
imageSrc: "http://img.b2bpic.net/free-photo/market-research-statistics-graphs-laptop-screen-start-up-company-business-office-employee-analyzing-financial-performance-chart-metrics-portable-computer-coworking-space_482257-71912.jpg?_wi=1",
},
id: "p2", name: "Data Analysis", price: "$49/mo", imageSrc: "http://img.b2bpic.net/free-photo/market-research-statistics-graphs-laptop-screen-start-up-company-business-office-employee-analyzing-financial-performance-chart-metrics-portable-computer-coworking-space_482257-71912.jpg"},
{
id: "p3",
name: "Model Training",
price: "$99/mo",
imageSrc: "http://img.b2bpic.net/free-photo/graphic-designer-holding-coffee-mug-designing-ux-image-generator-ai-software_482257-125931.jpg?_wi=2",
},
id: "p3", name: "Model Training", price: "$99/mo", imageSrc: "http://img.b2bpic.net/free-photo/graphic-designer-holding-coffee-mug-designing-ux-image-generator-ai-software_482257-125931.jpg"},
{
id: "p4",
name: "Custom API",
price: "$199/mo",
imageSrc: "http://img.b2bpic.net/free-photo/market-research-statistics-graphs-laptop-screen-start-up-company-business-office-employee-analyzing-financial-performance-chart-metrics-portable-computer-coworking-space_482257-71912.jpg?_wi=2",
},
id: "p4", name: "Custom API", price: "$199/mo", imageSrc: "http://img.b2bpic.net/free-photo/market-research-statistics-graphs-laptop-screen-start-up-company-business-office-employee-analyzing-financial-performance-chart-metrics-portable-computer-coworking-space_482257-71912.jpg"},
{
id: "p5",
name: "Team Hub",
price: "$299/mo",
imageSrc: "http://img.b2bpic.net/free-photo/graphic-designer-holding-coffee-mug-designing-ux-image-generator-ai-software_482257-125931.jpg?_wi=3",
},
id: "p5", name: "Team Hub", price: "$299/mo", imageSrc: "http://img.b2bpic.net/free-photo/graphic-designer-holding-coffee-mug-designing-ux-image-generator-ai-software_482257-125931.jpg"},
{
id: "p6",
name: "Enterprise AI",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/market-research-statistics-graphs-laptop-screen-start-up-company-business-office-employee-analyzing-financial-performance-chart-metrics-portable-computer-coworking-space_482257-71912.jpg?_wi=3",
},
id: "p6", name: "Enterprise AI", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/market-research-statistics-graphs-laptop-screen-start-up-company-business-office-employee-analyzing-financial-performance-chart-metrics-portable-computer-coworking-space_482257-71912.jpg"},
]}
title="Advanced Capabilities"
description="Beyond basic generation, our premium features empower advanced production and analysis."
@@ -195,59 +129,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alex Riv",
role: "CTO",
company: "Tech",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-away-holding-laptop_23-2148308516.jpg",
},
id: "t1", name: "Alex Riv", role: "CTO", company: "Tech", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-away-holding-laptop_23-2148308516.jpg"},
{
id: "t2",
name: "Sam Low",
role: "CEO",
company: "Growth",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
},
id: "t2", name: "Sam Low", role: "CEO", company: "Growth", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg"},
{
id: "t3",
name: "Mia K.",
role: "Lead",
company: "Dev",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-entrepreneur-standing-office-looking-camera_637285-2744.jpg",
},
id: "t3", name: "Mia K.", role: "Lead", company: "Dev", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-entrepreneur-standing-office-looking-camera_637285-2744.jpg"},
{
id: "t4",
name: "Ian R.",
role: "Analyst",
company: "Data",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/glasses-smiling-arm-horizontal-front_1262-2739.jpg",
},
id: "t4", name: "Ian R.", role: "Analyst", company: "Data", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/glasses-smiling-arm-horizontal-front_1262-2739.jpg"},
{
id: "t5",
name: "Jude B.",
role: "Founder",
company: "Web",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/executive-assistant-multinational-company-work-big-business-project_482257-113916.jpg",
},
id: "t5", name: "Jude B.", role: "Founder", company: "Web", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/executive-assistant-multinational-company-work-big-business-project_482257-113916.jpg"},
]}
kpiItems={[
{
value: "100K+",
label: "Tasks Done",
},
value: "100K+", label: "Tasks Done"},
{
value: "99.9%",
label: "Uptime",
},
value: "99.9%", label: "Uptime"},
{
value: "4.9/5",
label: "Avg Rating",
},
value: "4.9/5", label: "Avg Rating"},
]}
title="Trusted by Innovators"
description="Join the growing community of professionals leveraging AI Studio."
@@ -258,14 +161,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
text="Ready to scale your AI operations? Get in touch with our team today."
buttons={[
{
text: "Contact Support",
href: "#",
},
text: "Contact Support", href: "#"},
]}
/>
</div>
@@ -274,33 +174,23 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{
label: "Features",
href: "#",
},
label: "Features", href: "#"},
{
label: "API Docs",
href: "#",
},
label: "API Docs", href: "#"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#",
},
label: "About", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
]}
brandName="AI Studio"
logoText="AI Studio"
copyrightText="© 2025 AI Studio. All rights reserved."
/>
</div>