Merge version_1 into main #1
207
src/app/page.tsx
207
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Expertise",
|
||||
id: "features",
|
||||
},
|
||||
name: "Expertise", id: "features"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Results", id: "metrics"},
|
||||
{
|
||||
name: "Get Started",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Get Started", id: "contact"},
|
||||
]}
|
||||
brandName="Futurix Media"
|
||||
/>
|
||||
@@ -56,62 +48,39 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Futurix Media: Intelligence That Scales Your Business."
|
||||
description="We aren't just an AI agency; we are your strategic sales engine. Our AI-driven diagnostic solves 70% of your business hurdles before you even jump on a call."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Diagnostic",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Diagnostic", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg"
|
||||
imageAlt="AI neural abstraction"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg",
|
||||
alt: "Business professional portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg", alt: "Business professional portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
|
||||
alt: "Successful businessman portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Successful businessman portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg",
|
||||
alt: "Entrepreneur portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-arms-crossed-looking-camera_23-2148176207.jpg", alt: "Entrepreneur portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
|
||||
alt: "Business lead headshot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", alt: "Business lead headshot"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg",
|
||||
alt: "Agency director portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg", alt: "Agency director portrait"},
|
||||
]}
|
||||
avatarText="Trusted by 50+ industry leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "AI-Driven Growth",
|
||||
},
|
||||
type: "text", text: "AI-Driven Growth"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Predictive Sales",
|
||||
},
|
||||
type: "text", text: "Predictive Sales"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Automated Strategy",
|
||||
},
|
||||
type: "text", text: "Automated Strategy"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Optimization",
|
||||
},
|
||||
type: "text", text: "Data Optimization"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Revenue Scalability",
|
||||
},
|
||||
type: "text", text: "Revenue Scalability"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,20 +92,11 @@ export default function LandingPage() {
|
||||
description="We solve specific business problems using high-precision AI models tailored to your niche."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Automated Sales Strategy",
|
||||
content: "Our AI analyzes your funnel to predict conversion blockers.",
|
||||
},
|
||||
id: "1", title: "Automated Sales Strategy", content: "Our AI analyzes your funnel to predict conversion blockers."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Predictive Market Analysis",
|
||||
content: "Gain insights into trends before your competitors even see them.",
|
||||
},
|
||||
id: "2", title: "Predictive Market Analysis", content: "Gain insights into trends before your competitors even see them."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Precision Automation",
|
||||
content: "Remove operational bottlenecks with custom AI workflows.",
|
||||
},
|
||||
id: "3", title: "Precision Automation", content: "Remove operational bottlenecks with custom AI workflows."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -146,27 +106,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Zap,
|
||||
title: "Efficiency Gain",
|
||||
value: "85%",
|
||||
},
|
||||
id: "m1", icon: Zap,
|
||||
title: "Efficiency Gain", value: "85%"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: TrendingUp,
|
||||
title: "Revenue Boost",
|
||||
value: "3.2x",
|
||||
},
|
||||
id: "m2", icon: TrendingUp,
|
||||
title: "Revenue Boost", value: "3.2x"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: ShieldCheck,
|
||||
title: "Error Reduction",
|
||||
value: "99%",
|
||||
},
|
||||
id: "m3", icon: ShieldCheck,
|
||||
title: "Error Reduction", value: "99%"},
|
||||
]}
|
||||
title="Measurable Impact."
|
||||
description="Evidence-backed performance for growth-focused brands."
|
||||
@@ -181,45 +133,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "CEO",
|
||||
company: "GrowthScale",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "CEO", company: "GrowthScale", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
role: "CTO",
|
||||
company: "Innovate AI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915911.jpg",
|
||||
},
|
||||
id: "2", name: "James Chen", role: "CTO", company: "Innovate AI", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915911.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rossi",
|
||||
role: "VP Marketing",
|
||||
company: "RetailDirect",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-with-smartphone_23-2147702455.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rossi", role: "VP Marketing", company: "RetailDirect", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-with-smartphone_23-2147702455.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Thorne",
|
||||
role: "Founder",
|
||||
company: "ThorneLogistics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-pieces-chess-board-game_23-2150378627.jpg",
|
||||
},
|
||||
id: "4", name: "Marcus Thorne", role: "Founder", company: "ThorneLogistics", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-pieces-chess-board-game_23-2150378627.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sofia Vance",
|
||||
role: "Director",
|
||||
company: "Vance Digital",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-with-glasses_1098-57.jpg",
|
||||
},
|
||||
id: "5", name: "Sofia Vance", role: "Director", company: "Vance Digital", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-with-glasses_1098-57.jpg"},
|
||||
]}
|
||||
title="Results That Speak."
|
||||
description="Hear what industry leaders say about our diagnostic-first approach."
|
||||
@@ -234,23 +161,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex Futurix",
|
||||
role: "Chief AI Strategist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg",
|
||||
},
|
||||
id: "t1", name: "Alex Futurix", role: "Chief AI Strategist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jordan P.",
|
||||
role: "Sales Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101345.jpg",
|
||||
},
|
||||
id: "t2", name: "Jordan P.", role: "Sales Architect", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101345.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Taylor C.",
|
||||
role: "Lead Data Scientist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg",
|
||||
},
|
||||
id: "t3", name: "Taylor C.", role: "Lead Data Scientist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg"},
|
||||
]}
|
||||
title="The Minds Behind Futurix."
|
||||
description="AI researchers and sales strategists joined by one vision."
|
||||
@@ -277,20 +192,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How does the AI diagnostic work?",
|
||||
content: "You answer a few strategic questions, and our system generates a custom audit of your sales bottlenecks.",
|
||||
},
|
||||
id: "f1", title: "How does the AI diagnostic work?", content: "You answer a few strategic questions, and our system generates a custom audit of your sales bottlenecks."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is this customized?",
|
||||
content: "Everything we build is bespoke, mapped exactly to your business model.",
|
||||
},
|
||||
id: "f2", title: "Is this customized?", content: "Everything we build is bespoke, mapped exactly to your business model."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What comes next?",
|
||||
content: "Once the audit is complete, we schedule a 15-minute discovery call where the solution is ready for your team.",
|
||||
},
|
||||
id: "f3", title: "What comes next?", content: "Once the audit is complete, we schedule a 15-minute discovery call where the solution is ready for your team."},
|
||||
]}
|
||||
title="Clear Answers."
|
||||
description="Frequently asked questions about our AI-first methodology."
|
||||
@@ -302,16 +208,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get Started"
|
||||
title="Let's Solve Your Biggest Sales Hurdle."
|
||||
description="Take the 3-minute diagnostic and get your custom strategy audit."
|
||||
buttons={[
|
||||
{
|
||||
text: "Begin Diagnostic",
|
||||
href: "#",
|
||||
},
|
||||
text: "Begin Diagnostic", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -320,29 +223,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Futurix Media",
|
||||
items: [
|
||||
title: "Futurix Media", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user