Update src/app/page.tsx
This commit is contained in:
202
src/app/page.tsx
202
src/app/page.tsx
@@ -33,17 +33,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AI Agency"
|
||||
/>
|
||||
@@ -52,17 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Scale Your Business With Intelligent AI Agents"
|
||||
description="We deploy custom AI solutions designed to automate complex workflows and drive measurable growth for modern enterprises."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ribbed-glass-background-with-abstract-waves-glossy-gradient-textures-black-white_474888-8026.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ribbed-glass-background-with-abstract-waves-glossy-gradient-textures-black-white_474888-8026.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -73,19 +64,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Processes Automated",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Processes Automated", value: "500+"},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Efficiency Gain",
|
||||
value: "40%",
|
||||
},
|
||||
label: "Efficiency Gain", value: "40%"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Hours Saved Weekly",
|
||||
value: "1.2k",
|
||||
},
|
||||
label: "Hours Saved Weekly", value: "1.2k"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -98,67 +83,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Workflow Automation",
|
||||
description: "Seamlessly integrate AI agents into your existing tech stack to handle repetitive tasks.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-automation-with-items-desk_23-2148994152.jpg",
|
||||
imageAlt: "AI Workflow",
|
||||
},
|
||||
title: "Workflow Automation", description: "Seamlessly integrate AI agents into your existing tech stack to handle repetitive tasks.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-automation-with-items-desk_23-2148994152.jpg", imageAlt: "AI Workflow"},
|
||||
items: [
|
||||
{
|
||||
icon: Check,
|
||||
text: "Custom Integration",
|
||||
},
|
||||
text: "Custom Integration"},
|
||||
{
|
||||
icon: Check,
|
||||
text: "Real-time Monitoring",
|
||||
},
|
||||
text: "Real-time Monitoring"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ribbed-glass-background-with-abstract-waves-glossy-gradient-textures-black-white_474888-8026.jpg?_wi=2",
|
||||
imageAlt: "modern office desk laptop",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Predictive Analytics",
|
||||
description: "Utilize advanced machine learning models to anticipate market trends and customer behavior.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-notebooks-near-computer-camera_23-2147823721.jpg",
|
||||
imageAlt: "Analytics",
|
||||
},
|
||||
title: "Predictive Analytics", description: "Utilize advanced machine learning models to anticipate market trends and customer behavior.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-notebooks-near-computer-camera_23-2147823721.jpg", imageAlt: "Analytics"},
|
||||
items: [
|
||||
{
|
||||
icon: Check,
|
||||
text: "Data Forecasting",
|
||||
},
|
||||
text: "Data Forecasting"},
|
||||
{
|
||||
icon: Check,
|
||||
text: "Trend Detection",
|
||||
},
|
||||
text: "Trend Detection"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-african-man-white-shirt_171337-7992.jpg?_wi=1",
|
||||
imageAlt: "modern office desk laptop",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Customer Engagement",
|
||||
description: "Deploy intelligent chatbots that provide 24/7 support with human-like interactions.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg",
|
||||
imageAlt: "Engagement",
|
||||
},
|
||||
title: "Customer Engagement", description: "Deploy intelligent chatbots that provide 24/7 support with human-like interactions.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Engagement"},
|
||||
items: [
|
||||
{
|
||||
icon: Check,
|
||||
text: "Natural Language",
|
||||
},
|
||||
text: "Natural Language"},
|
||||
{
|
||||
icon: Check,
|
||||
text: "Instant Resolution",
|
||||
},
|
||||
text: "Instant Resolution"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-with-curly-hair-combed-bun-wearing-stylish-eyewear-holding-hands-crossed-chest-gazing-interestly_176420-24682.jpg?_wi=1",
|
||||
imageAlt: "modern office desk laptop",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Transformative Capabilities"
|
||||
@@ -173,31 +134,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "98%",
|
||||
title: "Accuracy Rate",
|
||||
items: [
|
||||
"Deep learning models",
|
||||
"Data validation",
|
||||
],
|
||||
id: "m1", value: "98%", title: "Accuracy Rate", items: [
|
||||
"Deep learning models", "Data validation"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "3x",
|
||||
title: "Scaling Speed",
|
||||
items: [
|
||||
"Rapid deployment",
|
||||
"Scalable cloud infra",
|
||||
],
|
||||
id: "m2", value: "3x", title: "Scaling Speed", items: [
|
||||
"Rapid deployment", "Scalable cloud infra"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "System Uptime",
|
||||
items: [
|
||||
"Continuous monitoring",
|
||||
"High availability",
|
||||
],
|
||||
id: "m3", value: "24/7", title: "System Uptime", items: [
|
||||
"Continuous monitoring", "High availability"],
|
||||
},
|
||||
]}
|
||||
title="Measurable Impact"
|
||||
@@ -212,45 +158,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_m",
|
||||
testimonial: "The AI agents transformed our internal operations entirely.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-african-man-white-shirt_171337-7992.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "The AI agents transformed our internal operations entirely.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-african-man-white-shirt_171337-7992.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
handle: "@j_chen",
|
||||
testimonial: "Truly professional team, delivered faster than expected.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-with-curly-hair-combed-bun-wearing-stylish-eyewear-holding-hands-crossed-chest-gazing-interestly_176420-24682.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "James Chen", handle: "@j_chen", testimonial: "Truly professional team, delivered faster than expected.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-with-curly-hair-combed-bun-wearing-stylish-eyewear-holding-hands-crossed-chest-gazing-interestly_176420-24682.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Davis",
|
||||
handle: "@emily_d",
|
||||
testimonial: "Remarkable insight into machine learning workflows.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-man_176474-85901.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Davis", handle: "@emily_d", testimonial: "Remarkable insight into machine learning workflows.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-man_176474-85901.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Wong",
|
||||
handle: "@mwong",
|
||||
testimonial: "Their automation strategy is second to none.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-young-woman-posing-camera_1262-18333.jpg",
|
||||
},
|
||||
id: "4", name: "Marcus Wong", handle: "@mwong", testimonial: "Their automation strategy is second to none.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-young-woman-posing-camera_1262-18333.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Rossi",
|
||||
handle: "@erossi",
|
||||
testimonial: "Finally found a partner that understands our data complexity.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5559.jpg",
|
||||
},
|
||||
id: "5", name: "Elena Rossi", handle: "@erossi", testimonial: "Finally found a partner that understands our data complexity.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5559.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by Leaders"
|
||||
@@ -263,14 +184,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google",
|
||||
"Microsoft",
|
||||
"OpenAI",
|
||||
"Nvidia",
|
||||
"AWS",
|
||||
"Salesforce",
|
||||
"IBM",
|
||||
]}
|
||||
"Google", "Microsoft", "OpenAI", "Nvidia", "AWS", "Salesforce", "IBM"]}
|
||||
title="Strategic Partners"
|
||||
description="Collaborating with industry pioneers to deliver excellence."
|
||||
/>
|
||||
@@ -281,20 +195,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does implementation take?",
|
||||
content: "Deployment timelines depend on scope, typically 4-8 weeks.",
|
||||
},
|
||||
id: "f1", title: "How long does implementation take?", content: "Deployment timelines depend on scope, typically 4-8 weeks."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is my data secure?",
|
||||
content: "We maintain enterprise-grade security standards with local encryption.",
|
||||
},
|
||||
id: "f2", title: "Is my data secure?", content: "We maintain enterprise-grade security standards with local encryption."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can you integrate with existing tools?",
|
||||
content: "Yes, our agents are designed to play nice with almost any API.",
|
||||
},
|
||||
id: "f3", title: "Can you integrate with existing tools?", content: "Yes, our agents are designed to play nice with almost any API."},
|
||||
]}
|
||||
sideTitle="Common Inquiries"
|
||||
sideDescription="Everything you need to know about our services."
|
||||
@@ -306,8 +211,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Ready to Start?"
|
||||
description="Let's build the future of your business together."
|
||||
@@ -320,25 +224,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user