Update src/app/page.tsx
This commit is contained in:
508
src/app/page.tsx
508
src/app/page.tsx
@@ -17,370 +17,172 @@ import { MessageSquare, Users, Zap } from "lucide-react";
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLarge"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLarge"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "#product",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="ArbitrageAI"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Solutions", id: "#product" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="ArbitrageAI"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
logoText="ArbitrageAI: The Future of BPO Automation"
|
||||
description="Scale your operations infinitely with our AI-driven arbitrage platform. Automate discovery, outreach, and management in one seamless system."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Automating",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "See Demo",
|
||||
href: "#product",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/financial-application-ui-pc-screen-showing-company-revenue_482257-119232.jpg?_wi=1"
|
||||
imageAlt="Automated BPO Platform Interface"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{ variant: "plain" }}
|
||||
logoText="ArbitrageAI: The Future of BPO Automation"
|
||||
description="Scale your operations infinitely with our AI-driven arbitrage platform. Automate discovery, outreach, and management in one seamless system."
|
||||
buttons={[
|
||||
{ text: "Start Automating", href: "#contact" },
|
||||
{ text: "See Demo", href: "#product" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/financial-application-ui-pc-screen-showing-company-revenue_482257-119232.jpg"
|
||||
imageAlt="Automated BPO Platform Interface"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why ArbitrageAI?"
|
||||
description={[
|
||||
"Traditional BPO is broken. We use deep learning agents to source high-intent opportunities across 15+ marketplaces simultaneously, then instantly generate custom proposals that outperform the competition.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why ArbitrageAI?"
|
||||
description={[
|
||||
"Traditional BPO is broken. We use deep learning agents to source high-intent opportunities across 15+ marketplaces simultaneously, then instantly generate custom proposals that outperform the competition."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Automated Discovery",
|
||||
description: "Monitor every major freelance marketplace in real-time.",
|
||||
icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-with-futuristic-robot-used-construction-industry_23-2151329536.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-clips-with-green-background_23-2148999163.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-application-ui-pc-screen-showing-company-revenue_482257-119232.jpg?_wi=2",
|
||||
imageAlt: "robot automated working digital",
|
||||
},
|
||||
{
|
||||
title: "AI Proposals",
|
||||
description: "Generate personalized, winning proposals instantly.",
|
||||
icon: MessageSquare,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-hand-using-digital-tablet-tablet_1262-16042.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-biorobots-concept_23-2149524396.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-analysis-report-folder-icon_53876-14637.jpg?_wi=1",
|
||||
imageAlt: "robot automated working digital",
|
||||
},
|
||||
{
|
||||
title: "Contractor Matching",
|
||||
description: "Instantly assign work to verified, high-performance contractors.",
|
||||
icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-connects-internet-space-communication-sphere-generated-by-ai_188544-30796.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-monitoring-server-room-doing-checkup_482257-112977.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5355.jpg?_wi=1",
|
||||
imageAlt: "robot automated working digital",
|
||||
},
|
||||
]}
|
||||
title="Built for Scale"
|
||||
description="Our intelligent agents handle the heavy lifting of lead discovery, proposal matching, and contractor operations so you can focus on strategy."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Built for Scale"
|
||||
description="Our intelligent agents handle the heavy lifting of lead discovery, proposal matching, and contractor operations so you can focus on strategy."
|
||||
features={[
|
||||
{
|
||||
title: "Automated Discovery", description: "Monitor every major freelance marketplace in real-time.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/scene-with-futuristic-robot-used-construction-industry_23-2151329536.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-clips-with-green-background_23-2148999163.jpg" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "AI Proposals", description: "Generate personalized, winning proposals instantly.", icon: MessageSquare,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-hand-using-digital-tablet-tablet_1262-16042.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-biorobots-concept_23-2149524396.jpg" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contractor Matching", description: "Instantly assign work to verified, high-performance contractors.", icon: Users,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-connects-internet-space-communication-sphere-generated-by-ai_188544-30796.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-monitoring-server-room-doing-checkup_482257-112977.jpg" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Discovery Engine",
|
||||
price: "AI-Powered",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-analysis-report-folder-icon_53876-14637.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Outreach Suite",
|
||||
price: "Automated",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/web-data-analysis-summary-vector-illustration-set-collection_53876-34710.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Operations Dashboard",
|
||||
price: "Integrated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169845.jpg",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "QA Analysis",
|
||||
price: "Agent-Driven",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Billing & Payouts",
|
||||
price: "Automated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-consultant-using-e-commerce-statistics-computer-monitor-develop-financial-growth-business-development-manager-working-with-data-analysis-diagrams-research-tripod-shot_482257-40942.jpg",
|
||||
},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Analytics Hub",
|
||||
price: "Data-Driven",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/web-data-analysis-summary-vector-illustration-set-collection_53876-34711.jpg",
|
||||
},
|
||||
]}
|
||||
title="Core Modules"
|
||||
description="High-performance tools for modern BPO agencies."
|
||||
/>
|
||||
</div>
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "m1", name: "Discovery Engine", price: "AI-Powered", imageSrc: "http://img.b2bpic.net/free-photo/business-analysis-report-folder-icon_53876-14637.jpg" },
|
||||
{ id: "m2", name: "Outreach Suite", price: "Automated", imageSrc: "http://img.b2bpic.net/free-vector/web-data-analysis-summary-vector-illustration-set-collection_53876-34710.jpg" },
|
||||
{ id: "m3", name: "Operations Dashboard", price: "Integrated", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169845.jpg" },
|
||||
{ id: "m4", name: "QA Analysis", price: "Agent-Driven", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg" },
|
||||
{ id: "m5", name: "Billing & Payouts", price: "Automated", imageSrc: "http://img.b2bpic.net/free-photo/sales-consultant-using-e-commerce-statistics-computer-monitor-develop-financial-growth-business-development-manager-working-with-data-analysis-diagrams-research-tripod-shot_482257-40942.jpg" },
|
||||
{ id: "m6", name: "Analytics Hub", price: "Data-Driven", imageSrc: "http://img.b2bpic.net/free-vector/web-data-analysis-summary-vector-illustration-set-collection_53876-34711.jpg" },
|
||||
]}
|
||||
title="Core Modules"
|
||||
description="High-performance tools for modern BPO agencies."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Growth",
|
||||
price: "$499/mo",
|
||||
subtitle: "For emerging agencies",
|
||||
features: [
|
||||
"10,000 leads",
|
||||
"AI proposal agent",
|
||||
"Email outreach",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Pro",
|
||||
price: "$1,499/mo",
|
||||
subtitle: "For scaling operations",
|
||||
features: [
|
||||
"Unlimited leads",
|
||||
"Full agent suite",
|
||||
"Custom CRM integrations",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Enterprise",
|
||||
price: "Custom",
|
||||
subtitle: "Bespoke automation systems",
|
||||
features: [
|
||||
"Dedicated agents",
|
||||
"Full API access",
|
||||
"24/7 Priority support",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Talk to Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Scale"
|
||||
description="Simple pricing for agencies and enterprise scale."
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "p1", badge: "Growth", price: "$499/mo", subtitle: "For emerging agencies", features: ["10,000 leads", "AI proposal agent", "Email outreach"], buttons: [{ text: "Get Started", href: "#contact" }] },
|
||||
{ id: "p2", badge: "Pro", price: "$1,499/mo", subtitle: "For scaling operations", features: ["Unlimited leads", "Full agent suite", "Custom CRM integrations"], buttons: [{ text: "Get Started", href: "#contact" }] },
|
||||
{ id: "p3", badge: "Enterprise", price: "Custom", subtitle: "Bespoke automation systems", features: ["Dedicated agents", "Full API access", "24/7 Priority support"], buttons: [{ text: "Talk to Sales", href: "#contact" }] },
|
||||
]}
|
||||
title="Choose Your Scale"
|
||||
description="Simple pricing for agencies and enterprise scale."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "met1",
|
||||
value: "85%",
|
||||
description: "Faster outreach",
|
||||
},
|
||||
{
|
||||
id: "met2",
|
||||
value: "3x",
|
||||
description: "Higher conversion",
|
||||
},
|
||||
{
|
||||
id: "met3",
|
||||
value: "90%",
|
||||
description: "Operational overhead",
|
||||
},
|
||||
]}
|
||||
title="Proven Performance"
|
||||
description="Drive efficiency through total AI adoption."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "met1", value: "85%", description: "Faster outreach" },
|
||||
{ id: "met2", value: "3x", description: "Higher conversion" },
|
||||
{ id: "met3", value: "90%", description: "Operational overhead" },
|
||||
]}
|
||||
title="Proven Performance"
|
||||
description="Drive efficiency through total AI adoption."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice Wang",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5355.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "John Doe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138822.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1083.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-businessman-looking-laptop-screen_1163-5448.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena Ross",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-human-businessperson_23-2150912037.jpg",
|
||||
},
|
||||
]}
|
||||
cardTitle="Loved by Scaling Agencies"
|
||||
cardAnimation="slide-up"
|
||||
cardTag="Testimonials"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alice Wang", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5355.jpg" },
|
||||
{ id: "t2", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138822.jpg" },
|
||||
{ id: "t3", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1083.jpg" },
|
||||
{ id: "t4", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/focused-businessman-looking-laptop-screen_1163-5448.jpg" },
|
||||
{ id: "t5", name: "Elena Ross", imageSrc: "http://img.b2bpic.net/free-photo/view-robot-human-businessperson_23-2150912037.jpg" },
|
||||
]}
|
||||
cardTitle="Loved by Scaling Agencies"
|
||||
cardAnimation="slide-up"
|
||||
cardTag="Testimonials"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
text="Ready to scale your agency? Build your AI-driven BPO platform today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
text="Ready to scale your agency? Build your AI-driven BPO platform today."
|
||||
buttons={[{ text: "Schedule Consultation", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Discovery",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Outreach",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="ArbitrageAI"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Platform", items: [{ label: "Discovery", href: "#" }, { label: "Outreach", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Contact", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
logoText="ArbitrageAI"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user