Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-23 07:36:57 +00:00

View File

@@ -31,28 +31,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Features",
id: "features",
},
{
name: "Pricing",
id: "pricing",
},
{
name: "FAQ",
id: "faq",
},
{
name: "Contact",
id: "contact",
},
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="DevAI Assist"
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
/>
</div>
@@ -60,92 +46,31 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Build Anything with AI Assistant"
description="Your ultimate AI developer assistant. Build apps, websites, companies, or hotels, design logos, and deploy instantly with the power of artificial intelligence."
testimonials={[
{
name: "Alex Smith",
handle: "@alexs",
testimonial: "DevAI transformed my business overnight.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/back-end-developer-training-predictive-models_482257-116913.jpg?_wi=1",
},
{
name: "Elena R.",
handle: "@elena",
testimonial: "The logo generator is beyond incredible.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/artist-thinking_23-2147781630.jpg",
},
{
name: "Mark Jones",
handle: "@mj",
testimonial: "Deployment used to take days; now it's seconds.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-dj-grey-suit-wearing-headphones-stands-without-emotion_114579-15950.jpg",
},
{
name: "Sarah Lee",
handle: "@slee",
testimonial: "Essential for any serious startup founder.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-using-digital-tablet_1170-1092.jpg",
},
{
name: "David K.",
handle: "@dk",
testimonial: "The best AI developer assistant I've used.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/roommates-spending-time-together-home_23-2149358478.jpg",
},
{ name: "Alex Smith", handle: "@alexs", testimonial: "DevAI transformed my business overnight.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/back-end-developer-training-predictive-models_482257-116913.jpg" },
{ name: "Elena R.", handle: "@elena", testimonial: "The logo generator is beyond incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/artist-thinking_23-2147781630.jpg" },
{ name: "Mark Jones", handle: "@mj", testimonial: "Deployment used to take days; now it's seconds.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-dj-grey-suit-wearing-headphones-stands-without-emotion_114579-15950.jpg" },
{ name: "Sarah Lee", handle: "@slee", testimonial: "Essential for any serious startup founder.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-using-digital-tablet_1170-1092.jpg" },
{ name: "David K.", handle: "@dk", testimonial: "The best AI developer assistant I've used.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/roommates-spending-time-together-home_23-2149358478.jpg" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-using-laptop-coffee-shop_1170-2334.jpg",
alt: "Smiling man in cafe",
},
{
src: "http://img.b2bpic.net/free-photo/male-graphic-designer-talking-mobile-phone-while-coworker-looking-computer_1170-967.jpg",
alt: "Graphic designer talking on phone",
},
{
src: "http://img.b2bpic.net/free-photo/young-startup-team-celebrating-business-success-while-using-computer-office_637285-2688.jpg",
alt: "Startup team celebrating",
},
{
src: "http://img.b2bpic.net/free-photo/two-young-smiling-colleagues-work-office_171337-6717.jpg",
alt: "Colleagues working in office",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg",
alt: "Front view man in darkroom",
},
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-using-laptop-coffee-shop_1170-2334.jpg", alt: "Smiling man in cafe" },
{ src: "http://img.b2bpic.net/free-photo/male-graphic-designer-talking-mobile-phone-while-coworker-looking-computer_1170-967.jpg", alt: "Graphic designer talking on phone" },
{ src: "http://img.b2bpic.net/free-photo/young-startup-team-celebrating-business-success-while-using-computer-office_637285-2688.jpg", alt: "Startup team celebrating" },
{ src: "http://img.b2bpic.net/free-photo/two-young-smiling-colleagues-work-office_171337-6717.jpg", alt: "Colleagues working in office" },
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg", alt: "Front view man in darkroom" },
]}
marqueeItems={[
{
type: "text",
text: "Rapid Deployment",
},
{
type: "text",
text: "AI Logic Engine",
},
{
type: "text",
text: "Smart Branding",
},
{
type: "text",
text: "Cloud Infrastructure",
},
{
type: "text",
text: "Secure Codebase",
},
{ type: "text", text: "Rapid Deployment" },
{ type: "text", text: "AI Logic Engine" },
{ type: "text", text: "Smart Branding" },
{ type: "text", text: "Cloud Infrastructure" },
{ type: "text", text: "Secure Codebase" },
]}
/>
</div>
@@ -157,20 +82,11 @@ export default function LandingPage() {
title="Empowering Your Ideas"
description="DevAI is built to turn your concepts into reality. Whether you're an entrepreneur starting a company or a designer wanting to deploy a portfolio, we handle the technical heavy lifting."
bulletPoints={[
{
title: "AI Logic Engine",
description: "Seamlessly generate complex code logic for any application domain.",
},
{
title: "Design Systems",
description: "Intelligent brand identity and logo generation based on your unique vision.",
},
{
title: "Instant Publishing",
description: "From terminal to live URL in minutes, not days.",
},
{ title: "AI Logic Engine", description: "Seamlessly generate complex code logic for any application domain." },
{ title: "Design Systems", description: "Intelligent brand identity and logo generation based on your unique vision." },
{ title: "Instant Publishing", description: "From terminal to live URL in minutes, not days." },
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -182,40 +98,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "App Generation",
description: "Build full-stack applications with an AI-driven coding engine.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/data-center-technician-using-artificial-intelligence-tablet-close-up_482257-125938.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/cyber-intelligence-secure-operations-center-with-usa-flag-big-screen_482257-105777.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg?_wi=2",
imageAlt: "ai code generator laptop",
title: "App Generation", description: "Build full-stack applications with an AI-driven coding engine.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/data-center-technician-using-artificial-intelligence-tablet-close-up_482257-125938.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cyber-intelligence-secure-operations-center-with-usa-flag-big-screen_482257-105777.jpg" }
},
{
title: "Smart Branding",
description: "Create professional logos and assets in seconds, perfectly matched to your business.",
phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ac2glj",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-holding-smartphone-desk-with-pencils-glasses-laptop_197531-10708.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg?_wi=2",
imageAlt: "ai code generator laptop",
title: "Smart Branding", description: "Create professional logos and assets in seconds, perfectly matched to your business.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ac2glj" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-holding-smartphone-desk-with-pencils-glasses-laptop_197531-10708.jpg" }
},
{
title: "Deployment Engine",
description: "Publish to cloud infrastructure with a single click.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-laptop_23-2151004297.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/back-end-developer-training-predictive-models_482257-116913.jpg?_wi=2",
imageAlt: "ai code generator laptop",
title: "Deployment Engine", description: "Publish to cloud infrastructure with a single click.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-laptop_23-2151004297.jpg" }
},
]}
showStepNumbers={true}
@@ -228,31 +120,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "User 1",
imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-listening-music-from-mobile-phone_1170-1035.jpg",
},
{
id: "t2",
name: "User 2",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-developing-photos_23-2149893918.jpg",
},
{
id: "t3",
name: "User 3",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg",
},
{
id: "t4",
name: "User 4",
imageSrc: "http://img.b2bpic.net/free-photo/group-office-portrait-happy-diverse-colleagues_93675-134770.jpg",
},
{
id: "t5",
name: "User 5",
imageSrc: "http://img.b2bpic.net/free-photo/man-works-computer-coworking-space-remote-work-workspace_1321-3095.jpg",
},
{ id: "t1", name: "User 1", imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-listening-music-from-mobile-phone_1170-1035.jpg" },
{ id: "t2", name: "User 2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-developing-photos_23-2149893918.jpg" },
{ id: "t3", name: "User 3", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg" },
{ id: "t4", name: "User 4", imageSrc: "http://img.b2bpic.net/free-photo/group-office-portrait-happy-diverse-colleagues_93675-134770.jpg" },
{ id: "t5", name: "User 5", imageSrc: "http://img.b2bpic.net/free-photo/man-works-computer-coworking-space-remote-work-workspace_1321-3095.jpg" },
]}
cardTitle="Loved by Thousands"
cardTag="Testimonials"
@@ -267,60 +139,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Template",
name: "Minimalist Site",
price: "Free",
rating: 5,
reviewCount: "100+",
imageSrc: "http://img.b2bpic.net/free-photo/mature-adult-utilizes-digital-ai-tool-web-interface-green-screen_482257-121015.jpg",
},
{
id: "p2",
brand: "Template",
name: "App Interface",
price: "$49",
rating: 5,
reviewCount: "80+",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pc-monitors-desk-used-monitoring-data-center-devices-energy_482257-118092.jpg",
},
{
id: "p3",
brand: "Template",
name: "E-Commerce",
price: "$99",
rating: 5,
reviewCount: "120+",
imageSrc: "http://img.b2bpic.net/free-photo/people-look-clothing-kiosk-service_482257-89749.jpg",
},
{
id: "p4",
brand: "Template",
name: "Dashboard",
price: "$129",
rating: 5,
reviewCount: "200+",
imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg",
},
{
id: "p5",
brand: "Template",
name: "Portfolio",
price: "$29",
rating: 5,
reviewCount: "90+",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-developing-photos-darkroom_23-2149893885.jpg",
},
{
id: "p6",
brand: "Template",
name: "Page Builder",
price: "$199",
rating: 5,
reviewCount: "300+",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-desk-medium-shot_23-2149930939.jpg",
},
{ id: "p1", brand: "Template", name: "Minimalist Site", price: "Free", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/mature-adult-utilizes-digital-ai-tool-web-interface-green-screen_482257-121015.jpg" },
{ id: "p2", brand: "Template", name: "App Interface", price: "$49", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pc-monitors-desk-used-monitoring-data-center-devices-energy_482257-118092.jpg" },
{ id: "p3", brand: "Template", name: "E-Commerce", price: "$99", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/people-look-clothing-kiosk-service_482257-89749.jpg" },
{ id: "p4", brand: "Template", name: "Dashboard", price: "$129", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg" },
{ id: "p5", brand: "Template", name: "Portfolio", price: "$29", rating: 5, reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-developing-photos-darkroom_23-2149893885.jpg" },
{ id: "p6", brand: "Template", name: "Page Builder", price: "$199", rating: 5, reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/man-working-desk-medium-shot_23-2149930939.jpg" },
]}
title="Template Ecosystem"
description="Start with our high-quality base templates."
@@ -334,55 +158,19 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
title: "Basic",
price: "$29",
period: "/mo",
features: [
"1 AI App Build",
"Logo Generation",
"Cloud Hosting",
],
button: {
text: "Get Started",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/computer-printed-circui_1398-120.jpg",
imageAlt: "computer printed circui",
id: "basic", title: "Basic", price: "$29", period: "/mo", features: ["1 AI App Build", "Logo Generation", "Cloud Hosting"],
button: { text: "Get Started", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/computer-printed-circui_1398-120.jpg", imageAlt: "computer printed circui"
},
{
id: "pro",
title: "Professional",
price: "$79",
period: "/mo",
features: [
"5 AI App Builds",
"Logo + Assets",
"Priority Support",
],
button: {
text: "Get Started",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg?_wi=3",
imageAlt: "computer printed circui",
id: "pro", title: "Professional", price: "$79", period: "/mo", features: ["5 AI App Builds", "Logo + Assets", "Priority Support"],
button: { text: "Get Started", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg", imageAlt: "computer printed circui"
},
{
id: "enterprise",
title: "Enterprise",
price: "Custom",
period: "",
features: [
"Unlimited Apps",
"Full Branding Suite",
"Dedicated Manager",
],
button: {
text: "Contact Sales",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg?_wi=3",
imageAlt: "computer printed circui",
id: "enterprise", title: "Enterprise", price: "Custom", period: "", features: ["Unlimited Apps", "Full Branding Suite", "Dedicated Manager"],
button: { text: "Contact Sales", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg", imageAlt: "computer printed circui"
},
]}
title="Transparent Plans"
@@ -395,21 +183,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How does it work?",
content: "You describe your needs, and our AI builds the architecture for you.",
},
{
id: "f2",
title: "Can I publish anywhere?",
content: "Yes, we support one-click deployment to multiple major cloud providers.",
},
{
id: "f3",
title: "Is the code mine?",
content: "Yes, every line generated is yours to own and use.",
},
{ id: "f1", title: "How does it work?", content: "You describe your needs, and our AI builds the architecture for you." },
{ id: "f2", title: "Can I publish anywhere?", content: "Yes, we support one-click deployment to multiple major cloud providers." },
{ id: "f3", title: "Is the code mine?", content: "Yes, every line generated is yours to own and use." },
]}
title="Frequently Asked Questions"
description="Got questions? We have answers."
@@ -421,8 +197,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact"
title="Ready to Start?"
description="Join thousands of builders already using DevAI. Enter your email to begin your journey."
@@ -435,53 +210,9 @@ export default function LandingPage() {
<FooterBaseCard
logoText="DevAI Assist"
columns={[
{
title: "Product",
items: [
{
label: "Features",
href: "#features",
},
{
label: "Pricing",
href: "#pricing",
},
{
label: "Templates",
href: "#products",
},
],
},
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Careers",
href: "#",
},
{
label: "Privacy",
href: "#",
},
],
},
{
title: "Support",
items: [
{
label: "Docs",
href: "#",
},
{
label: "Contact",
href: "#contact",
},
],
},
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "Templates", href: "#products" }] },
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Careers", href: "#" }, { label: "Privacy", href: "#" }] },
{ title: "Support", items: [{ label: "Docs", href: "#" }, { label: "Contact", href: "#contact" }] },
]}
/>
</div>