Merge version_1 into main #1
278
src/app/page.tsx
278
src/app/page.tsx
@@ -32,125 +32,72 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Platform",
|
||||
id: "features",
|
||||
},
|
||||
name: "Platform", id: "features"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "about",
|
||||
},
|
||||
name: "Solutions", id: "about"},
|
||||
{
|
||||
name: "Enterprise",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Enterprise", id: "pricing"},
|
||||
{
|
||||
name: "Company",
|
||||
id: "faq",
|
||||
},
|
||||
name: "Company", id: "faq"},
|
||||
]}
|
||||
brandName="AuraAI"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Intelligent automation, beautifully simple"
|
||||
description="Harness AI that works seamlessly with your workflow. No complexity. Just results."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "@techcorp",
|
||||
testimonial: "The most seamless integration we've experienced.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg",
|
||||
},
|
||||
name: "Sarah Chen", handle: "@techcorp", testimonial: "The most seamless integration we've experienced.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg"},
|
||||
{
|
||||
name: "Marcus V.",
|
||||
handle: "@innovate",
|
||||
testimonial: "A paradigm shift for our automation pipelines.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-meeting_23-2149006871.jpg",
|
||||
},
|
||||
name: "Marcus V.", handle: "@innovate", testimonial: "A paradigm shift for our automation pipelines.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-meeting_23-2149006871.jpg"},
|
||||
{
|
||||
name: "Jane Doe",
|
||||
handle: "@growth",
|
||||
testimonial: "Simple, fast, and incredibly powerful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
},
|
||||
name: "Jane Doe", handle: "@growth", testimonial: "Simple, fast, and incredibly powerful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
name: "Tom Smith",
|
||||
handle: "@devteam",
|
||||
testimonial: "Finally, AI built for engineers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-wearing-white-poloneck-attractive-girl-model-fashion_1139-1613.jpg",
|
||||
},
|
||||
name: "Tom Smith", handle: "@devteam", testimonial: "Finally, AI built for engineers.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-wearing-white-poloneck-attractive-girl-model-fashion_1139-1613.jpg"},
|
||||
{
|
||||
name: "Lena K.",
|
||||
handle: "@enterprise",
|
||||
testimonial: "The ROI was immediate.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-young-man-posing_23-2149417572.jpg",
|
||||
},
|
||||
name: "Lena K.", handle: "@enterprise", testimonial: "The ROI was immediate.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-young-man-posing_23-2149417572.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore the future",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore the future", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-abstract-shape-glowing-grainy-textured_474888-8017.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
alt: "Portrait of professional 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", alt: "Portrait of professional 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg",
|
||||
alt: "Portrait of professional 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", alt: "Portrait of professional 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
|
||||
alt: "Portrait of professional 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", alt: "Portrait of professional 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
alt: "Portrait of professional 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", alt: "Portrait of professional 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/caucasian-male-entrepreneur-holds-clipboard_482257-121175.jpg",
|
||||
alt: "Portrait of professional 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/caucasian-male-entrepreneur-holds-clipboard_482257-121175.jpg", alt: "Portrait of professional 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Next Gen AI",
|
||||
},
|
||||
type: "text", text: "Next Gen AI"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Scale Faster",
|
||||
},
|
||||
type: "text", text: "Scale Faster"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Enterprise Ready",
|
||||
},
|
||||
type: "text", text: "Enterprise Ready"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seamless Tech",
|
||||
},
|
||||
type: "text", text: "Seamless Tech"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Future Proof",
|
||||
},
|
||||
type: "text", text: "Future Proof"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -163,17 +110,11 @@ export default function LandingPage() {
|
||||
description="We believe sophisticated technology should feel invisible. Our infrastructure prioritizes ease-of-use while maintaining enterprise-grade security."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Zero Latency",
|
||||
description: "Global edge deployment for instant AI responses.",
|
||||
},
|
||||
title: "Zero Latency", description: "Global edge deployment for instant AI responses."},
|
||||
{
|
||||
title: "Enterprise Security",
|
||||
description: "SOC2 certified, end-to-end encrypted pipelines.",
|
||||
},
|
||||
title: "Enterprise Security", description: "SOC2 certified, end-to-end encrypted pipelines."},
|
||||
{
|
||||
title: "Seamless Workflow",
|
||||
description: "API-first architecture that fits existing stacks.",
|
||||
},
|
||||
title: "Seamless Workflow", description: "API-first architecture that fits existing stacks."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139058.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -187,32 +128,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Adaptive Agents",
|
||||
tags: [
|
||||
"AI",
|
||||
"Core",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ai-logo-template-collection_23-2148896192.jpg",
|
||||
},
|
||||
id: "f1", title: "Adaptive Agents", tags: [
|
||||
"AI", "Core"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ai-logo-template-collection_23-2148896192.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Smart Orchestration",
|
||||
tags: [
|
||||
"Flow",
|
||||
"Dev",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cryptocurrency-set-electronic-cash-symbol-vector_53876-43775.jpg",
|
||||
},
|
||||
id: "f2", title: "Smart Orchestration", tags: [
|
||||
"Flow", "Dev"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cryptocurrency-set-electronic-cash-symbol-vector_53876-43775.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Predictive Analytics",
|
||||
tags: [
|
||||
"Insight",
|
||||
"Data",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg",
|
||||
},
|
||||
id: "f3", title: "Predictive Analytics", tags: [
|
||||
"Insight", "Data"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg"},
|
||||
]}
|
||||
title="Everything you need, nothing you don't"
|
||||
description="Powerful capabilities stripped of clutter."
|
||||
@@ -223,33 +149,19 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
items: [
|
||||
"Enterprise availability",
|
||||
"Global reach",
|
||||
],
|
||||
id: "m1", value: "99.9%", title: "Uptime", items: [
|
||||
"Enterprise availability", "Global reach"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "400%",
|
||||
title: "Productivity",
|
||||
items: [
|
||||
"Workflow efficiency",
|
||||
"Reduced manual ops",
|
||||
],
|
||||
id: "m2", value: "400%", title: "Productivity", items: [
|
||||
"Workflow efficiency", "Reduced manual ops"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20ms",
|
||||
title: "Response",
|
||||
items: [
|
||||
"Ultra-fast inference",
|
||||
"Real-time engine",
|
||||
],
|
||||
id: "m3", value: "20ms", title: "Response", items: [
|
||||
"Ultra-fast inference", "Real-time engine"],
|
||||
},
|
||||
]}
|
||||
title="Proven Impact"
|
||||
@@ -264,45 +176,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice",
|
||||
handle: "@lead",
|
||||
testimonial: "A true game changer for our business.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167443.jpg",
|
||||
},
|
||||
id: "t1", name: "Alice", handle: "@lead", testimonial: "A true game changer for our business.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167443.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob",
|
||||
handle: "@mgr",
|
||||
testimonial: "Fast implementation, immediate value.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg",
|
||||
},
|
||||
id: "t2", name: "Bob", handle: "@mgr", testimonial: "Fast implementation, immediate value.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie",
|
||||
handle: "@dev",
|
||||
testimonial: "Documentation is flawless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280722.jpg",
|
||||
},
|
||||
id: "t3", name: "Charlie", handle: "@dev", testimonial: "Documentation is flawless.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280722.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Diana",
|
||||
handle: "@cio",
|
||||
testimonial: "The best AI partner we've chosen.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
},
|
||||
id: "t4", name: "Diana", handle: "@cio", testimonial: "The best AI partner we've chosen.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Eve",
|
||||
handle: "@ops",
|
||||
testimonial: "Increased our throughput significantly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167348.jpg",
|
||||
},
|
||||
id: "t5", name: "Eve", handle: "@ops", testimonial: "Increased our throughput significantly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167348.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by Leaders"
|
||||
@@ -315,14 +202,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Google",
|
||||
"Microsoft",
|
||||
"Stripe",
|
||||
"Amazon",
|
||||
"OpenAI",
|
||||
"Meta",
|
||||
"Nvidia",
|
||||
]}
|
||||
"Google", "Microsoft", "Stripe", "Amazon", "OpenAI", "Meta", "Nvidia"]}
|
||||
title="Industry Partners"
|
||||
description="Collaborating with global innovators."
|
||||
/>
|
||||
@@ -334,20 +214,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is my data secure?",
|
||||
content: "Absolutely. We utilize bank-grade security and are fully SOC2 compliant.",
|
||||
},
|
||||
id: "q1", title: "Is my data secure?", content: "Absolutely. We utilize bank-grade security and are fully SOC2 compliant."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How fast is setup?",
|
||||
content: "Most integrations are completed in under an hour.",
|
||||
},
|
||||
id: "q2", title: "How fast is setup?", content: "Most integrations are completed in under an hour."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer enterprise plans?",
|
||||
content: "Yes, we support tailored SLAs and custom infrastructure deployments.",
|
||||
},
|
||||
id: "q3", title: "Do you offer enterprise plans?", content: "Yes, we support tailored SLAs and custom infrastructure deployments."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know."
|
||||
@@ -359,16 +230,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
tag="Get in touch"
|
||||
title="Ready to transform your workflow?"
|
||||
description="Connect with our team to discuss how AuraAI can scale your business efficiency."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -379,29 +247,19 @@ export default function LandingPage() {
|
||||
logoText="AuraAI"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#security",
|
||||
},
|
||||
label: "Security", href: "#security"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#careers",
|
||||
},
|
||||
label: "Careers", href: "#careers"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user