Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-04 21:54:37 +00:00

View File

@@ -9,7 +9,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Clock, Layers, ShieldCheck } from "lucide-react";
import { Clock, Layers, ShieldCheck, Zap, Database, Share2, Activity } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,23 +30,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Metrics",
id: "#metrics",
},
name: "Metrics", id: "#metrics"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Aitotexia"
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
/>
</div>
@@ -56,79 +48,40 @@ export default function LandingPage() {
description="Revolutionize your workflow with AI-driven automation designed for modern enterprises. Scalable, secure, and intelligent solutions for every business need."
testimonials={[
{
name: "Alex Rivet",
handle: "@alex",
testimonial: "Aitotexia transformed our operations, saving us 20 hours a week.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/futuristic-ai-neural-network-interface-w-1775339630969-ea44df4f.png?_wi=1",
imageAlt: "Futuristic AI neural network interface with glowing blue lines, soft glassmorphism, 4k high-tech aes",
},
name: "Alex Rivet", handle: "@alex", testimonial: "Aitotexia transformed our operations, saving us 20 hours a week.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/futuristic-ai-neural-network-interface-w-1775339630969-ea44df4f.png", imageAlt: "Futuristic AI neural network interface with glowing blue lines, soft glassmorphism, 4k high-tech aes"},
{
name: "Sarah Chen",
handle: "@schen",
testimonial: "Incredible automation performance, simple integration.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/automated-workflow-process-icon-clean-mi-1775339630833-3437d8cf.png?_wi=1",
imageAlt: "Automated workflow process icon, clean minimalist tech style, neon blue accent on dark background.",
},
name: "Sarah Chen", handle: "@schen", testimonial: "Incredible automation performance, simple integration.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/automated-workflow-process-icon-clean-mi-1775339630833-3437d8cf.png", imageAlt: "Automated workflow process icon, clean minimalist tech style, neon blue accent on dark background."},
{
name: "Mike Ross",
handle: "@mross",
testimonial: "The best AI platform we have ever implemented.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/data-processing-icon-futuristic-circuit--1775339630449-55be504a.png?_wi=1",
imageAlt: "Data processing icon, futuristic circuit style, clean aesthetic, dark background with blue accents.",
},
name: "Mike Ross", handle: "@mross", testimonial: "The best AI platform we have ever implemented.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/data-processing-icon-futuristic-circuit--1775339630449-55be504a.png", imageAlt: "Data processing icon, futuristic circuit style, clean aesthetic, dark background with blue accents."},
{
name: "Jane Doe",
handle: "@jane",
testimonial: "Professional, reliable, and cutting-edge.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/integration-hub-concept-modern-high-tech-1775339631469-1fcd5686.png?_wi=1",
imageAlt: "Integration hub concept, modern high-tech node graphic, clean lines, blue illumination, dark theme.",
},
name: "Jane Doe", handle: "@jane", testimonial: "Professional, reliable, and cutting-edge.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/integration-hub-concept-modern-high-tech-1775339631469-1fcd5686.png", imageAlt: "Integration hub concept, modern high-tech node graphic, clean lines, blue illumination, dark theme."},
{
name: "Tom King",
handle: "@tking",
testimonial: "Finally, an AI tool that actually delivers results.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/fast-execution-speedometer-icon-futurist-1775339630953-8c853f21.png?_wi=1",
imageAlt: "Fast execution speedometer icon, futuristic dashboard design, sleek blue glowing tech aesthetic.",
},
name: "Tom King", handle: "@tking", testimonial: "Finally, an AI tool that actually delivers results.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/fast-execution-speedometer-icon-futurist-1775339630953-8c853f21.png", imageAlt: "Fast execution speedometer icon, futuristic dashboard design, sleek blue glowing tech aesthetic."},
]}
buttons={[
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
{
text: "Learn More",
href: "#features",
},
text: "Learn More", href: "#features"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/futuristic-ai-neural-network-interface-w-1775339630969-ea44df4f.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/futuristic-ai-neural-network-interface-w-1775339630969-ea44df4f.png"
imageAlt="AI futuristic network"
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/automated-workflow-process-icon-clean-mi-1775339630833-3437d8cf.png",
alt: "User 1",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/automated-workflow-process-icon-clean-mi-1775339630833-3437d8cf.png", alt: "User 1"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/data-processing-icon-futuristic-circuit--1775339630449-55be504a.png",
alt: "User 2",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/data-processing-icon-futuristic-circuit--1775339630449-55be504a.png", alt: "User 2"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/integration-hub-concept-modern-high-tech-1775339631469-1fcd5686.png",
alt: "User 3",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/integration-hub-concept-modern-high-tech-1775339631469-1fcd5686.png", alt: "User 3"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/fast-execution-speedometer-icon-futurist-1775339630953-8c853f21.png",
alt: "User 4",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/fast-execution-speedometer-icon-futurist-1775339630953-8c853f21.png", alt: "User 4"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/futuristic-ai-neural-network-interface-w-1775339630969-ea44df4f.png",
alt: "User 5",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/futuristic-ai-neural-network-interface-w-1775339630969-ea44df4f.png", alt: "User 5"},
]}
avatarText="Join 5,000+ industry leaders"
/>
@@ -140,28 +93,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Workflow Automation",
description: "Automate repetitive tasks instantly.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/automated-workflow-process-icon-clean-mi-1775339630833-3437d8cf.png?_wi=2",
buttonIcon: "Zap",
title: "Workflow Automation", description: "Automate repetitive tasks instantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/automated-workflow-process-icon-clean-mi-1775339630833-3437d8cf.png", buttonIcon: Zap,
},
{
title: "Data Processing",
description: "Process massive datasets in real-time.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/data-processing-icon-futuristic-circuit--1775339630449-55be504a.png?_wi=2",
buttonIcon: "Database",
title: "Data Processing", description: "Process massive datasets in real-time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/data-processing-icon-futuristic-circuit--1775339630449-55be504a.png", buttonIcon: Database,
},
{
title: "Smart Integration",
description: "Connect your ecosystem effortlessly.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/integration-hub-concept-modern-high-tech-1775339631469-1fcd5686.png?_wi=2",
buttonIcon: "Share2",
title: "Smart Integration", description: "Connect your ecosystem effortlessly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/integration-hub-concept-modern-high-tech-1775339631469-1fcd5686.png", buttonIcon: Share2,
},
{
title: "Performance Tracking",
description: "Optimize operations through metrics.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/fast-execution-speedometer-icon-futurist-1775339630953-8c853f21.png?_wi=2",
buttonIcon: "Activity",
title: "Performance Tracking", description: "Optimize operations through metrics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/fast-execution-speedometer-icon-futurist-1775339630953-8c853f21.png", buttonIcon: Activity,
},
]}
title="Smart Automation Solutions"
@@ -177,25 +118,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "99.9%",
title: "Uptime",
description: "Continuous service availability.",
icon: ShieldCheck,
id: "m1", value: "99.9%", title: "Uptime", description: "Continuous service availability.", icon: ShieldCheck,
},
{
id: "m2",
value: "200+",
title: "Integrations",
description: "Extensive platform connectivity.",
icon: Layers,
id: "m2", value: "200+", title: "Integrations", description: "Extensive platform connectivity.", icon: Layers,
},
{
id: "m3",
value: "50h",
title: "Saved Monthly",
description: "Average time saved per client.",
icon: Clock,
id: "m3", value: "50h", title: "Saved Monthly", description: "Average time saved per client.", icon: Clock,
},
]}
title="Performance at Scale"
@@ -209,26 +138,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Is integration difficult?",
content: "Our API-first approach makes integration simple and swift.",
},
id: "q1", title: "Is integration difficult?", content: "Our API-first approach makes integration simple and swift."},
{
id: "q2",
title: "Is my data secure?",
content: "We prioritize enterprise-grade security at every level.",
},
id: "q2", title: "Is my data secure?", content: "We prioritize enterprise-grade security at every level."},
{
id: "q3",
title: "Can I scale my automation?",
content: "Our platform is built to grow as your business scales.",
},
id: "q3", title: "Can I scale my automation?", content: "Our platform is built to grow as your business scales."},
]}
mediaAnimation="slide-up"
title="Frequently Asked Questions"
description="Get clear answers about our AI automation platform."
faqsAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/futuristic-ai-neural-network-interface-w-1775339630969-ea44df4f.png?_wi=3"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/futuristic-ai-neural-network-interface-w-1775339630969-ea44df4f.png"
/>
</div>
@@ -239,22 +159,14 @@ export default function LandingPage() {
description="Ready to scale your business with AI?"
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Describe your automation needs",
rows: 4,
name: "message", placeholder: "Describe your automation needs", rows: 4,
}}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpkpKNTOynjZvPnBwWn62BWSFw/minimalist-digital-landscape-with-glowin-1775339630190-01a7e429.png"
/>
@@ -266,29 +178,19 @@ export default function LandingPage() {
{
items: [
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
{
label: "Metrics",
href: "#metrics",
},
label: "Metrics", href: "#metrics"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}