Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 14:03:01 +00:00

View File

@@ -31,17 +31,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="InsightData"
/>
@@ -51,92 +45,51 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Turn Your Data Into Competitive Intelligence"
description="Unlock actionable insights with our advanced machine learning and data science platforms. Build the future of your enterprise on a foundation of precision."
testimonials={[
{
name: "Elena Vance",
handle: "@evance",
testimonial: "Revolutionized our predictive analytics pipeline completely.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg",
},
name: "Elena Vance", handle: "@evance", testimonial: "Revolutionized our predictive analytics pipeline completely.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg"},
{
name: "Markus Thorne",
handle: "@mthorne",
testimonial: "The scale and precision of InsightData is unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-senior-man-living-city_23-2148956457.jpg",
},
name: "Markus Thorne", handle: "@mthorne", testimonial: "The scale and precision of InsightData is unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-senior-man-living-city_23-2148956457.jpg"},
{
name: "Sarah Chen",
handle: "@schen",
testimonial: "A game changer for our business strategy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-professional-attire_23-2152009547.jpg",
},
name: "Sarah Chen", handle: "@schen", testimonial: "A game changer for our business strategy.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-professional-attire_23-2152009547.jpg"},
{
name: "Jared Kim",
handle: "@jkim",
testimonial: "Expert support and incredible ML models.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg",
},
name: "Jared Kim", handle: "@jkim", testimonial: "Expert support and incredible ML models.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg"},
{
name: "Linda Wu",
handle: "@lwu",
testimonial: "Data science made simple and effective.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg",
},
name: "Linda Wu", handle: "@lwu", testimonial: "Data science made simple and effective.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg"},
]}
imageSrc="http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg",
alt: "Elena Vance",
},
src: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg", alt: "Elena Vance"},
{
src: "http://img.b2bpic.net/free-photo/modern-senior-man-living-city_23-2148956457.jpg",
alt: "Markus Thorne",
},
src: "http://img.b2bpic.net/free-photo/modern-senior-man-living-city_23-2148956457.jpg", alt: "Markus Thorne"},
{
src: "http://img.b2bpic.net/free-photo/confident-woman-professional-attire_23-2152009547.jpg",
alt: "Sarah Chen",
},
src: "http://img.b2bpic.net/free-photo/confident-woman-professional-attire_23-2152009547.jpg", alt: "Sarah Chen"},
{
src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg",
alt: "Jared Kim",
},
src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg", alt: "Jared Kim"},
{
src: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg",
alt: "Linda Wu",
},
src: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg", alt: "Linda Wu"},
]}
marqueeItems={[
{
type: "text",
text: "Scalable Analytics",
},
type: "text", text: "Scalable Analytics"},
{
type: "text",
text: "Predictive ML",
},
type: "text", text: "Predictive ML"},
{
type: "text",
text: "Real-time Processing",
},
type: "text", text: "Real-time Processing"},
{
type: "text",
text: "Secure Infrastructure",
},
type: "text", text: "Secure Infrastructure"},
{
type: "text",
text: "Neural Networks",
},
type: "text", text: "Neural Networks"},
]}
/>
</div>
@@ -148,29 +101,14 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Machine Learning",
description: "Accelerate model deployment with our specialized ML orchestration tools.",
bentoComponent: "reveal-icon",
icon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg?_wi=2",
imageAlt: "data science dashboard interface",
},
title: "Machine Learning", description: "Accelerate model deployment with our specialized ML orchestration tools.", bentoComponent: "reveal-icon", icon: Zap,
imageAlt: "data science dashboard interface"},
{
title: "Data Architecture",
description: "Secure, scalable infrastructure that grows with your business data needs.",
bentoComponent: "reveal-icon",
icon: Database,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3iqr9u",
imageAlt: "machine learning icon tech",
},
title: "Data Architecture", description: "Secure, scalable infrastructure that grows with your business data needs.", bentoComponent: "reveal-icon", icon: Database,
imageAlt: "machine learning icon tech"},
{
title: "Real-time Metrics",
description: "Visualize your most critical KPIs in real time.",
bentoComponent: "reveal-icon",
icon: TrendingUp,
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg",
imageAlt: "data pipeline workflow design",
},
title: "Real-time Metrics", description: "Visualize your most critical KPIs in real time.", bentoComponent: "reveal-icon", icon: TrendingUp,
imageAlt: "data pipeline workflow design"},
]}
title="Comprehensive Analytics Suite"
description="Empowering businesses with robust tools designed for scale, speed, and intelligence."
@@ -185,17 +123,11 @@ export default function LandingPage() {
description="We are a team of researchers, developers, and strategists obsessed with the power of information. Since 2018, we have helped enterprises bridge the gap between raw data and strategic impact."
bulletPoints={[
{
title: "Scalable Infrastructure",
description: "Cloud-native solutions built to handle petabytes of throughput.",
},
title: "Scalable Infrastructure", description: "Cloud-native solutions built to handle petabytes of throughput."},
{
title: "Expert Team",
description: "PhD-led research and engineering dedicated to your success.",
},
title: "Expert Team", description: "PhD-led research and engineering dedicated to your success."},
{
title: "Rapid Deployment",
description: "From pilot to production in weeks, not months.",
},
title: "Rapid Deployment", description: "From pilot to production in weeks, not months."},
]}
imageSrc="http://img.b2bpic.net/free-photo/general-director-reviewing-data-analytics-with-her-team-successful-development-plan_482257-118674.jpg"
mediaAnimation="slide-up"
@@ -209,31 +141,16 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "1",
value: "99.9%",
title: "Model Uptime",
items: [
"High-availability",
"Zero latency",
],
id: "1", value: "99.9%", title: "Model Uptime", items: [
"High-availability", "Zero latency"],
},
{
id: "2",
value: "15x",
title: "Processing Speed",
items: [
"Efficient pipelines",
"Optimized queries",
],
id: "2", value: "15x", title: "Processing Speed", items: [
"Efficient pipelines", "Optimized queries"],
},
{
id: "3",
value: "450+",
title: "Successful Models",
items: [
"Production grade",
"Tested and validated",
],
id: "3", value: "450+", title: "Successful Models", items: [
"Production grade", "Tested and validated"],
},
]}
title="Impact at Scale"
@@ -249,25 +166,15 @@ export default function LandingPage() {
author="Elena Vance, CEO at TechNode"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg",
alt: "Elena Vance",
},
src: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg", alt: "Elena Vance"},
{
src: "http://img.b2bpic.net/free-photo/modern-senior-man-living-city_23-2148956457.jpg",
alt: "Markus Thorne",
},
src: "http://img.b2bpic.net/free-photo/modern-senior-man-living-city_23-2148956457.jpg", alt: "Markus Thorne"},
{
src: "http://img.b2bpic.net/free-photo/confident-woman-professional-attire_23-2152009547.jpg",
alt: "Sarah Chen",
},
src: "http://img.b2bpic.net/free-photo/confident-woman-professional-attire_23-2152009547.jpg", alt: "Sarah Chen"},
{
src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg",
alt: "Jared Kim",
},
src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg", alt: "Jared Kim"},
{
src: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg",
alt: "Linda Wu",
},
src: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg", alt: "Linda Wu"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -278,8 +185,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Ready to begin?"
title="Schedule a Technical Audit"
description="Speak with our lead engineers about your existing architecture and discover how we can optimize your data ecosystem."
@@ -292,13 +198,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="InsightData"
leftLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>