Merge version_1 into main #2
218
src/app/page.tsx
218
src/app/page.tsx
@@ -28,95 +28,34 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Results",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Results", id: "metrics" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="NexAI"
|
||||
button={{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Consultation", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Scaling Intelligence. Driving Growth."
|
||||
description="We architect advanced AI solutions to automate operations, optimize performance, and unlock predictive insights for high-growth enterprises."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Strategy",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Results",
|
||||
href: "#metrics",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/neon-purple-lights-with-bokeh-effect_1017-2671.jpg?_wi=1"
|
||||
buttons={[{ text: "Request Strategy", href: "#contact" }, { text: "View Results", href: "#metrics" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/neon-purple-lights-with-bokeh-effect_1017-2671.jpg"
|
||||
imageAlt="AI Technology Dashboard"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/upbeat-it-expert-pleased-after-increasing-data-security-using-laptop_482257-116333.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-business-woman-smiling-camera-after-reading-mails-laptop-sitting-desk-start-up-company-late-night-focused-employee-using-technology-network-wireless-doing-overtime_482257-13419.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328341.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/architect-smiling-while-looking-camera_23-2148242957.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/analyst-conducts-research-into-global-economies-deliver-knowledge-company-advancements-finance-before-investing-capital-investor-prepares-simulations-studies-laws_482257-73482.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/upbeat-it-expert-pleased-after-increasing-data-security-using-laptop_482257-116333.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-business-woman-smiling-camera-after-reading-mails-laptop-sitting-desk-start-up-company-late-night-focused-employee-using-technology-network-wireless-doing-overtime_482257-13419.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328341.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/architect-smiling-while-looking-camera_23-2148242957.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/analyst-conducts-research-into-global-economies-deliver-knowledge-company-advancements-finance-before-investing-capital-investor-prepares-simulations-studies-laws_482257-73482.jpg", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ innovative companies"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Generative AI",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Predictive Analytics",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Computer Vision",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Workflow Automation",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Engineering",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[{ type: "text", text: "Generative AI" }, { type: "text", text: "Predictive Analytics" }, { type: "text", text: "Computer Vision" }, { type: "text", text: "Workflow Automation" }, { type: "text", text: "Data Engineering" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,33 +65,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "300%",
|
||||
title: "Revenue Growth",
|
||||
items: [
|
||||
"AI forecasting models",
|
||||
"Automated sales pipelines",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "85%",
|
||||
title: "Ops Efficiency",
|
||||
items: [
|
||||
"Workflow automation",
|
||||
"Predictive maintenance",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100k",
|
||||
title: "Data Points",
|
||||
items: [
|
||||
"Real-time analysis",
|
||||
"Custom dataset tuning",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "300%", title: "Revenue Growth", items: ["AI forecasting models", "Automated sales pipelines"] },
|
||||
{ id: "m2", value: "85%", title: "Ops Efficiency", items: ["Workflow automation", "Predictive maintenance"] },
|
||||
{ id: "m3", value: "100k", title: "Data Points", items: ["Real-time analysis", "Custom dataset tuning"] },
|
||||
]}
|
||||
title="Proven Performance"
|
||||
description="Tangible results powered by bespoke algorithmic deployment."
|
||||
@@ -163,43 +78,20 @@ export default function LandingPage() {
|
||||
<FeatureCardNine
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Generative AI Integration",
|
||||
description: "Seamlessly deploy LLMs and generative pipelines into existing workflows.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-healthcare-communication-via-digitally-generated-abstract-design-generated-by-ai_188544-29913.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201873.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-purple-lights-with-bokeh-effect_1017-2671.jpg?_wi=2",
|
||||
imageAlt: "futuristic ai interface dark background",
|
||||
title: "Generative AI Integration", description: "Seamlessly deploy LLMs and generative pipelines into existing workflows.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-healthcare-communication-via-digitally-generated-abstract-design-generated-by-ai_188544-29913.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201873.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Automated Analytics",
|
||||
description: "Advanced predictive engines to convert raw data into actionable insights.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169839.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmonaut-ensuring-operational-readiness-mankind-survival-expedition-mars-upbeat-astronaut_482257-132658.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-light-bokeh-depicting-upward-trending-graph-showing-growth-progress_191095-99604.jpg",
|
||||
imageAlt: "rising business growth icon",
|
||||
title: "Automated Analytics", description: "Advanced predictive engines to convert raw data into actionable insights.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169839.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cosmonaut-ensuring-operational-readiness-mankind-survival-expedition-mars-upbeat-astronaut_482257-132658.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Computer Vision Suite",
|
||||
description: "Automated object recognition and visual analysis for scalable operations.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-illustrated_23-2151877724.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336575.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-healthcare-communication-via-digitally-generated-abstract-design-generated-by-ai_188544-29913.jpg?_wi=2",
|
||||
imageAlt: "smartphone ai app interface",
|
||||
},
|
||||
title: "Computer Vision Suite", description: "Automated object recognition and visual analysis for scalable operations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-illustrated_23-2151877724.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336575.jpg" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Engineering the Future"
|
||||
@@ -210,36 +102,16 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
cardAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alexander Vance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upbeat-it-expert-pleased-after-increasing-data-security-using-laptop_482257-116333.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Elena Ross",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-business-woman-smiling-camera-after-reading-mails-laptop-sitting-desk-start-up-company-late-night-focused-employee-using-technology-network-wireless-doing-overtime_482257-13419.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marcus Thorne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328341.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-smiling-while-looking-camera_23-2148242957.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Julian King",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analyst-conducts-research-into-global-economies-deliver-knowledge-company-advancements-finance-before-investing-capital-investor-prepares-simulations-studies-laws_482257-73482.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alexander Vance", imageSrc: "http://img.b2bpic.net/free-photo/upbeat-it-expert-pleased-after-increasing-data-security-using-laptop_482257-116333.jpg" },
|
||||
{ id: "t2", name: "Elena Ross", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-business-woman-smiling-camera-after-reading-mails-laptop-sitting-desk-start-up-company-late-night-focused-employee-using-technology-network-wireless-doing-overtime_482257-13419.jpg" },
|
||||
{ id: "t3", name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328341.jpg" },
|
||||
{ id: "t4", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/architect-smiling-while-looking-camera_23-2148242957.jpg" },
|
||||
{ id: "t5", name: "Julian King", imageSrc: "http://img.b2bpic.net/free-photo/analyst-conducts-research-into-global-economies-deliver-knowledge-company-advancements-finance-before-investing-capital-investor-prepares-simulations-studies-laws_482257-73482.jpg" },
|
||||
]}
|
||||
cardTitle="Client Success"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -249,31 +121,11 @@ export default function LandingPage() {
|
||||
title="Start Your AI Journey"
|
||||
description="Ready to scale your business? Let's discuss your custom AI strategy."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Business Email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Company Name",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Business Email", required: true },
|
||||
{ name: "company", type: "text", placeholder: "Company Name", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your AI goals...",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your AI goals...", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-employee-looking-startup-analytics-pc_482257-74478.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user