Merge version_1 into main #1
153
src/app/page.tsx
153
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Social",
|
||||
id: "#social",
|
||||
},
|
||||
name: "Social", id: "#social"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="OpenAI Bot"
|
||||
/>
|
||||
@@ -59,25 +51,15 @@ export default function LandingPage() {
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg",
|
||||
alt: "Abstract techno background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", alt: "Abstract techno background"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg",
|
||||
alt: "3D technology background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg", alt: "3D technology background"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-modern-technology-background-with-low-poly-plexus-design_1048-18670.jpg",
|
||||
alt: "3D modern technology background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-modern-technology-background-with-low-poly-plexus-design_1048-18670.jpg", alt: "3D modern technology background"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-techno-background_1048-7484.jpg",
|
||||
alt: "Abstract techno background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-techno-background_1048-7484.jpg", alt: "Abstract techno background"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-modern-background-with-connecting-flowing-lines-dots_1048-12209.jpg",
|
||||
alt: "3D modern background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-modern-background-with-connecting-flowing-lines-dots_1048-12209.jpg", alt: "3D modern background"},
|
||||
]}
|
||||
avatarText="Trusted by global teams"
|
||||
/>
|
||||
@@ -91,26 +73,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Neural Networks",
|
||||
description: "Cutting edge neural architecture for complex problem solving.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg",
|
||||
titleIconSrc: "Brain",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
title: "Neural Networks", description: "Cutting edge neural architecture for complex problem solving.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg", titleIconSrc: "Brain", buttonText: "Explore"},
|
||||
{
|
||||
title: "Natural Language",
|
||||
description: "Advanced linguistic bots that understand human intent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21624.jpg",
|
||||
titleIconSrc: "MessageSquare",
|
||||
buttonText: "Try Now",
|
||||
},
|
||||
title: "Natural Language", description: "Advanced linguistic bots that understand human intent.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21624.jpg", titleIconSrc: "MessageSquare", buttonText: "Try Now"},
|
||||
{
|
||||
title: "Realtime Data",
|
||||
description: "Instant data processing and analytics visualization.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
|
||||
titleIconSrc: "Zap",
|
||||
buttonText: "View Metrics",
|
||||
},
|
||||
title: "Realtime Data", description: "Instant data processing and analytics visualization.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", titleIconSrc: "Zap", buttonText: "View Metrics"},
|
||||
]}
|
||||
title="Smart Features"
|
||||
description="Unlock unparalleled performance with our AI platform."
|
||||
@@ -122,14 +89,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Amazon",
|
||||
"OpenAI",
|
||||
"Meta",
|
||||
"NVIDIA",
|
||||
"Tesla",
|
||||
]}
|
||||
"Microsoft", "Google", "Amazon", "OpenAI", "Meta", "NVIDIA", "Tesla"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We build with the world's most innovative companies."
|
||||
/>
|
||||
@@ -137,44 +97,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
testimonial: "Transformative technology for our team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12116.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", testimonial: "Transformative technology for our team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12116.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
testimonial: "The intelligence is simply unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-laptop-posing-coworker_23-2148746260.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "CTO", testimonial: "The intelligence is simply unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-laptop-posing-coworker_23-2148746260.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing",
|
||||
testimonial: "Increased our efficiency tenfold.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-doing-server-cabinets-maintenance-close-up_482257-99253.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing", testimonial: "Increased our efficiency tenfold.", imageSrc: "http://img.b2bpic.net/free-photo/worker-doing-server-cabinets-maintenance-close-up_482257-99253.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product",
|
||||
testimonial: "Excellent integration capabilities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Product", testimonial: "Excellent integration capabilities.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Rossi",
|
||||
role: "Creative",
|
||||
testimonial: "The best AI partner we have found.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-data-center-admin-coworkers-running-diagnostics-equipment-identify_482257-132249.jpg",
|
||||
},
|
||||
id: "5", name: "Elena Rossi", role: "Creative", testimonial: "The best AI partner we have found.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-data-center-admin-coworkers-running-diagnostics-equipment-identify_482257-132249.jpg"},
|
||||
]}
|
||||
title="Client Success"
|
||||
description="Hear what our partners have to say."
|
||||
@@ -187,20 +123,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is the API secure?",
|
||||
content: "Yes, we prioritize enterprise-grade security for all endpoints.",
|
||||
},
|
||||
id: "f1", title: "Is the API secure?", content: "Yes, we prioritize enterprise-grade security for all endpoints."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How long for onboarding?",
|
||||
content: "Our average setup time is less than 2 hours.",
|
||||
},
|
||||
id: "f2", title: "How long for onboarding?", content: "Our average setup time is less than 2 hours."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Does it scale?",
|
||||
content: "Our architecture is designed for infinite horizontal scaling.",
|
||||
},
|
||||
id: "f3", title: "Does it scale?", content: "Our architecture is designed for infinite horizontal scaling."},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
title="Common Questions"
|
||||
@@ -217,22 +144,14 @@ export default function LandingPage() {
|
||||
description="Get in touch to discuss your custom AI solution."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Describe your needs",
|
||||
}}
|
||||
name: "message", placeholder: "Describe your needs"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cozy-loft-style-illuminated-apartment-with-modern-home-office_482257-126413.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -241,29 +160,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "API",
|
||||
href: "#",
|
||||
},
|
||||
label: "API", href: "#"},
|
||||
{
|
||||
label: "Enterprise",
|
||||
href: "#",
|
||||
},
|
||||
label: "Enterprise", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user