Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
190
src/app/page.tsx
190
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="AI Platform"
|
||||
/>
|
||||
@@ -60,38 +45,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Build the future with AI"
|
||||
description="Powerful, scalable, and intuitive AI models designed to accelerate your workflow. Join thousands of developers today."
|
||||
tag="Next Generation AI"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039367.jpg",
|
||||
imageAlt: "ai chat interface dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039367.jpg", imageAlt: "ai chat interface dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139270.jpg",
|
||||
imageAlt: "digital neural network abstract",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-engineer-writes-complex-binary-code-scripts-computer_482257-83077.jpg",
|
||||
imageAlt: "Software engineer writes complex binary code scripts on computer",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/acrylic-green-textured-background-minimal-abstract-art_53876-126539.jpg",
|
||||
imageAlt: "Acrylic green textured background minimal abstract art",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-wonder-wheel_23-2148328063.jpg",
|
||||
imageAlt: "Abstract neon lights on a wonder wheel",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139270.jpg", imageAlt: "digital neural network abstract"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -104,18 +70,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Built for ",
|
||||
},
|
||||
type: "text", content: "Built for "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/business-office-remote-lifestyle_23-2151998083.jpg",
|
||||
alt: "minimalist desk setup dark",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/business-office-remote-lifestyle_23-2151998083.jpg", alt: "minimalist desk setup dark"},
|
||||
{
|
||||
type: "text",
|
||||
content: " professional developers.",
|
||||
},
|
||||
type: "text", content: " professional developers."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,19 +86,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Intelligence",
|
||||
description: "Powerful models that understand context, nuance, and complex instructions.",
|
||||
icon: Lightbulb,
|
||||
title: "Advanced Intelligence", description: "Powerful models that understand context, nuance, and complex instructions.", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Ultra Fast",
|
||||
description: "High-throughput infrastructure optimized for millisecond-level response times.",
|
||||
icon: Zap,
|
||||
title: "Ultra Fast", description: "High-throughput infrastructure optimized for millisecond-level response times.", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Enterprise Security",
|
||||
description: "Robust data encryption and privacy controls built into our DNA.",
|
||||
icon: Shield,
|
||||
title: "Enterprise Security", description: "Robust data encryption and privacy controls built into our DNA.", icon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Core Capabilities"
|
||||
@@ -155,25 +108,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
description: "Reliability guaranteed.",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "99.9%", title: "Uptime", description: "Reliability guaranteed.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500ms",
|
||||
title: "Latency",
|
||||
description: "Average response time.",
|
||||
icon: Zap,
|
||||
id: "m2", value: "500ms", title: "Latency", description: "Average response time.", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1M+",
|
||||
title: "Queries",
|
||||
description: "Daily volume.",
|
||||
icon: Database,
|
||||
id: "m3", value: "1M+", title: "Queries", description: "Daily volume.", icon: Database,
|
||||
},
|
||||
]}
|
||||
title="Proven Impact"
|
||||
@@ -189,45 +130,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice Johnson",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg",
|
||||
},
|
||||
id: "1", name: "Alice Johnson", role: "CEO", company: "TechCorp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bob Smith",
|
||||
role: "CTO",
|
||||
company: "DevLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg",
|
||||
},
|
||||
id: "2", name: "Bob Smith", role: "CTO", company: "DevLab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carol Williams",
|
||||
role: "Design Lead",
|
||||
company: "DesignHub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-young-reporter-with-photo-camera-dark-photo-studio_613910-3843.jpg",
|
||||
},
|
||||
id: "3", name: "Carol Williams", role: "Design Lead", company: "DesignHub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-young-reporter-with-photo-camera-dark-photo-studio_613910-3843.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Brown",
|
||||
role: "Marketing",
|
||||
company: "GrowFast",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-leader-showing-statistics_1262-2964.jpg",
|
||||
},
|
||||
id: "4", name: "David Brown", role: "Marketing", company: "GrowFast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-leader-showing-statistics_1262-2964.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Eve Davis",
|
||||
role: "Head of Engineering",
|
||||
company: "FutureAI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6597.jpg",
|
||||
},
|
||||
id: "5", name: "Eve Davis", role: "Head of Engineering", company: "FutureAI", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6597.jpg"},
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="What our users are saying about the platform."
|
||||
@@ -239,14 +155,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Apple",
|
||||
"Amazon",
|
||||
"Meta",
|
||||
"Netflix",
|
||||
"Tesla",
|
||||
]}
|
||||
"Microsoft", "Google", "Apple", "Amazon", "Meta", "Netflix", "Tesla"]}
|
||||
title="Trusted by Leaders"
|
||||
description="Global leaders trust our infrastructure."
|
||||
/>
|
||||
@@ -258,20 +167,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is my data private?",
|
||||
content: "Yes, we use enterprise-grade encryption for all data.",
|
||||
},
|
||||
id: "f1", title: "Is my data private?", content: "Yes, we use enterprise-grade encryption for all data."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I integrate with APIs?",
|
||||
content: "Absolutely, our API documentation is very thorough.",
|
||||
},
|
||||
id: "f2", title: "Can I integrate with APIs?", content: "Absolutely, our API documentation is very thorough."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What is the pricing model?",
|
||||
content: "We offer pay-per-use and enterprise tiers.",
|
||||
},
|
||||
id: "f3", title: "What is the pricing model?", content: "We offer pay-per-use and enterprise tiers."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to your burning questions."
|
||||
@@ -281,10 +181,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Ready to build?"
|
||||
description="Join our platform today and start building the future."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828182.jpg"
|
||||
@@ -298,29 +198,19 @@ export default function LandingPage() {
|
||||
logoText="AI Platform"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "API Docs",
|
||||
href: "#",
|
||||
},
|
||||
label: "API Docs", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user