Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-06 19:40:34 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Features",
id: "#features",
},
name: "Features", id: "features"},
{
name: "Analytics",
id: "#analytics",
},
name: "Analytics", id: "analytics"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "faq"},
]}
brandName="EH-Stats"
/>
@@ -54,47 +46,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
title="Precision Data for Modern Decision Making"
description="Unlock actionable insights with our advanced statistical platform, engineered for speed and clarity."
buttons={[
{
text: "Start Analysis",
href: "#",
},
text: "Start Analysis", href: "#"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg?_wi=1",
imageAlt: "Data visualization",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageAlt: "Data visualization"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=1",
imageAlt: "Statistical graph",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Statistical graph"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg?_wi=1",
imageAlt: "Network monitor",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", imageAlt: "Network monitor"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-statistics-presentation-with-chart_23-2149023761.jpg",
imageAlt: "Forecast model",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-statistics-presentation-with-chart_23-2149023761.jpg", imageAlt: "Forecast model"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24189.jpg",
imageAlt: "Data architecture",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24189.jpg", imageAlt: "Data architecture"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399282.jpg",
imageAlt: "User metrics",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399282.jpg", imageAlt: "User metrics"},
]}
/>
</div>
@@ -105,23 +76,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Real-time Processing",
description: "Get instant insights with our high-speed engine.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg?_wi=2",
imageAlt: "Processing speed",
},
title: "Real-time Processing", description: "Get instant insights with our high-speed engine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageAlt: "Processing speed"},
{
title: "Advanced Analytics",
description: "Deep-dive into datasets with custom modeling.",
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=2",
imageAlt: "Deep analytics",
},
title: "Advanced Analytics", description: "Deep-dive into datasets with custom modeling.", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Deep analytics"},
{
title: "Secure Infrastructure",
description: "Your data is protected by enterprise-grade security.",
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg?_wi=2",
imageAlt: "Security",
},
title: "Secure Infrastructure", description: "Your data is protected by enterprise-grade security.", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", imageAlt: "Security"},
]}
title="Engineered for Insights"
description="Comprehensive statistical features to power your growth."
@@ -136,25 +95,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "99.9%",
title: "Uptime",
description: "Reliable access at all times",
icon: Shield,
id: "1", value: "99.9%", title: "Uptime", description: "Reliable access at all times", icon: Shield,
},
{
id: "2",
value: "120ms",
title: "Avg Latency",
description: "Lightning fast response",
icon: Zap,
id: "2", value: "120ms", title: "Avg Latency", description: "Lightning fast response", icon: Zap,
},
{
id: "3",
value: "10M+",
title: "Records",
description: "Processed daily",
icon: Database,
id: "3", value: "10M+", title: "Records", description: "Processed daily", icon: Database,
},
]}
title="Proven Performance"
@@ -165,43 +112,19 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Chen",
role: "Head of Data",
testimonial: "EH-Stats revolutionized how we process our large datasets.",
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: "1", name: "Sarah Chen", role: "Head of Data", testimonial: "EH-Stats revolutionized how we process our large datasets.", 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: "2",
name: "Mark Miller",
role: "Analyst",
testimonial: "The precision and speed are unmatched in the industry.",
imageSrc: "http://img.b2bpic.net/free-photo/development-agency-office-worker-analyzing-project-sales-fintech-startup-businessperson-sitting-desk-marketing-company-office-developing-financial-strategy-accounting-management_482257-40323.jpg",
},
id: "2", name: "Mark Miller", role: "Analyst", testimonial: "The precision and speed are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/development-agency-office-worker-analyzing-project-sales-fintech-startup-businessperson-sitting-desk-marketing-company-office-developing-financial-strategy-accounting-management_482257-40323.jpg"},
{
id: "3",
name: "Elena Rodriguez",
role: "Product Manager",
testimonial: "Intuitive, fast, and extremely reliable.",
imageSrc: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg",
},
id: "3", name: "Elena Rodriguez", role: "Product Manager", testimonial: "Intuitive, fast, and extremely reliable.", imageSrc: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg"},
{
id: "4",
name: "John Doe",
role: "CTO",
testimonial: "A must-have tool for any modern analytics team.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-mulatto-male-model-black-hat-indoor-photo-cheerful-young-man-with-brown-skin_197531-21943.jpg",
},
id: "4", name: "John Doe", role: "CTO", testimonial: "A must-have tool for any modern analytics team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-mulatto-male-model-black-hat-indoor-photo-cheerful-young-man-with-brown-skin_197531-21943.jpg"},
{
id: "5",
name: "Alice Wang",
role: "Developer",
testimonial: "Integration was seamless and performance is rock solid.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg",
},
id: "5", name: "Alice Wang", role: "Developer", testimonial: "Integration was seamless and performance is rock solid.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg"},
]}
title="Trusted by Professionals"
description="See why top analysts choose EH-Stats."
@@ -214,20 +137,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Is the data secure?",
content: "Yes, we prioritize security using industry-standard encryption.",
},
id: "1", title: "Is the data secure?", content: "Yes, we prioritize security using industry-standard encryption."},
{
id: "2",
title: "Do you offer API access?",
content: "Absolutely, our robust API is built for seamless integrations.",
},
id: "2", title: "Do you offer API access?", content: "Absolutely, our robust API is built for seamless integrations."},
{
id: "3",
title: "Can I cancel anytime?",
content: "Yes, you have full control over your subscription plans.",
},
id: "3", title: "Can I cancel anytime?", content: "Yes, you have full control over your subscription plans."},
]}
imageSrc="http://img.b2bpic.net/free-photo/call-center-worker-headset-using-laptop_74855-2623.jpg"
mediaAnimation="slide-up"
@@ -241,14 +155,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Ready to transform your data analytics strategy?"
buttons={[
{
text: "Contact Our Sales Team",
href: "#",
},
text: "Contact Our Sales Team", href: "#"},
]}
/>
</div>
@@ -259,25 +170,17 @@ export default function LandingPage() {
{
items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}