Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-16 00:43:07 +00:00
parent a449db3680
commit aed85a370b

View File

@@ -18,37 +18,27 @@ export default function HomePage() {
title="Optimizing The Future Of Digital Energy"
description="NEXUS delivers real-time AI decision-making for energy-efficient data center operations. Reduce CO2, cut costs, and scale intelligence."
primaryButton={{
text: "Apply Optimization",
href: "#contact",
}}
text: "Apply Optimization", href: "#contact"}}
secondaryButton={{
text: "See Architecture",
href: "#about",
}}
text: "See Architecture", href: "#about"}}
items={[
{
text: "24/7 Monitoring",
icon: Shield,
text: "24/7 Monitoring", icon: Shield,
},
{
text: "AI Optimization",
icon: Zap,
text: "AI Optimization", icon: Zap,
},
{
text: "Carbon Neutral",
icon: Leaf,
text: "Carbon Neutral", icon: Leaf,
},
{
text: "Global Scale",
icon: Globe,
text: "Global Scale", icon: Globe,
},
{
text: "Auto-Scheduling",
icon: Clock,
text: "Auto-Scheduling", icon: Clock,
},
{
text: "Cost Efficient",
icon: DollarSign,
text: "Cost Efficient", icon: DollarSign,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-futuristic-screen_23-2149126945.jpg"
@@ -64,34 +54,16 @@ export default function HomePage() {
description="Engineered for high-compute environments, NEXUS provides autonomous management for the modern enterprise."
items={[
{
tag: "Analytics",
title: "Predictive Workload Scheduling",
description: "Leverage machine learning to move workloads to peak renewable availability windows.",
imageSrc: "http://img.b2bpic.net/free-photo/person-using-tablet_53876-41005.jpg",
primaryButton: {
text: "Learn More",
href: "#",
},
tag: "Analytics", title: "Predictive Workload Scheduling", description: "Leverage machine learning to move workloads to peak renewable availability windows.", imageSrc: "http://img.b2bpic.net/free-photo/person-using-tablet_53876-41005.jpg", primaryButton: {
text: "Learn More", href: "#"},
},
{
tag: "Infrastructure",
title: "Dynamic Power Distribution",
description: "Automatically throttle and shift power draw across nodes based on real-time grid costs.",
imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-banner-background_53876-108506.jpg",
primaryButton: {
text: "Learn More",
href: "#",
},
tag: "Infrastructure", title: "Dynamic Power Distribution", description: "Automatically throttle and shift power draw across nodes based on real-time grid costs.", imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-banner-background_53876-108506.jpg", primaryButton: {
text: "Learn More", href: "#"},
},
{
tag: "Carbon",
title: "Automated Net Zero Reporting",
description: "Generate audit-ready carbon impact reports with zero manual data entry.",
imageSrc: "http://img.b2bpic.net/free-photo/china-city-night_1127-4050.jpg",
primaryButton: {
text: "Learn More",
href: "#",
},
tag: "Carbon", title: "Automated Net Zero Reporting", description: "Generate audit-ready carbon impact reports with zero manual data entry.", imageSrc: "http://img.b2bpic.net/free-photo/china-city-night_1127-4050.jpg", primaryButton: {
text: "Learn More", href: "#"},
},
]}
/>
@@ -106,23 +78,11 @@ export default function HomePage() {
description="Quantifiable results driven by autonomous AI decisions."
metrics={[
{
value: "42%",
title: "Energy Reduction",
description: "Average reduction in power consumption across all managed nodes.",
imageSrc: "http://img.b2bpic.net/free-photo/shoulder-view-african-american-startup-employee-looking-laptop-screen-with-business-analytics-charts-sitting-desk-close-focus-portable-computer-display-with-sales-results_482257-38698.jpg",
},
value: "42%", title: "Energy Reduction", description: "Average reduction in power consumption across all managed nodes.", imageSrc: "http://img.b2bpic.net/free-photo/shoulder-view-african-american-startup-employee-looking-laptop-screen-with-business-analytics-charts-sitting-desk-close-focus-portable-computer-display-with-sales-results_482257-38698.jpg"},
{
value: "68%",
title: "Cost Savings",
description: "Lowered operational expenses through intelligent scheduling.",
imageSrc: "http://img.b2bpic.net/free-photo/male-expert-uses-tablet-with-chroma-key-display-leveraging-dashboards_482257-126212.jpg",
},
value: "68%", title: "Cost Savings", description: "Lowered operational expenses through intelligent scheduling.", imageSrc: "http://img.b2bpic.net/free-photo/male-expert-uses-tablet-with-chroma-key-display-leveraging-dashboards_482257-126212.jpg"},
{
value: "99.9%",
title: "Uptime Stability",
description: "Increased system reliability despite aggressive optimization.",
imageSrc: "http://img.b2bpic.net/free-photo/empty-interior-forex-market-exchange-company-office-with-financial-data-growth-charts-multiple-displays-workspace-equipped-with-workstation-having-finance-statistics-real-time-graph_482257-44513.jpg",
},
value: "99.9%", title: "Uptime Stability", description: "Increased system reliability despite aggressive optimization.", imageSrc: "http://img.b2bpic.net/free-photo/empty-interior-forex-market-exchange-company-office-with-financial-data-growth-charts-multiple-displays-workspace-equipped-with-workstation-having-finance-statistics-real-time-graph_482257-44513.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -136,34 +96,16 @@ export default function HomePage() {
description="Transparent pricing for enterprise and startup scaling."
plans={[
{
tag: "Starter",
price: "$2,000/mo",
description: "Core optimization for single-node data centers.",
features: [
"1 AI Core",
"Basic Analytics",
"Email Support",
],
tag: "Starter", price: "$2,000/mo", description: "Core optimization for single-node data centers.", features: [
"1 AI Core", "Basic Analytics", "Email Support"],
primaryButton: {
text: "Get Started",
href: "#",
},
text: "Get Started", href: "#"},
},
{
tag: "Enterprise",
price: "$8,500/mo",
description: "Full autonomous fleet management for global scale.",
features: [
"Unlimited AI Cores",
"Predictive Analytics",
"24/7 Dedicated Support",
"Custom API",
],
highlight: "Best Value",
primaryButton: {
text: "Contact Sales",
href: "#contact",
},
tag: "Enterprise", price: "$8,500/mo", description: "Full autonomous fleet management for global scale.", features: [
"Unlimited AI Cores", "Predictive Analytics", "24/7 Dedicated Support", "Custom API"],
highlight: "Best Value", primaryButton: {
text: "Contact Sales", href: "#contact"},
},
]}
/>
@@ -178,40 +120,20 @@ export default function HomePage() {
description="Hear from leaders in the tech and data infrastructure sectors."
testimonials={[
{
name: "Sarah Johnson",
role: "CTO",
quote: "NEXUS fundamentally changed how we approach our carbon footprint.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241282.jpg",
},
name: "Sarah Johnson", role: "CTO", quote: "NEXUS fundamentally changed how we approach our carbon footprint.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241282.jpg"},
{
name: "Michael Chen",
role: "Infrastructure Lead",
quote: "The autonomous scheduling saved us over 40% on monthly energy costs.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/jolly-it-expert-doing-maintenance-server-room-infrastructure_482257-124598.jpg",
},
name: "Michael Chen", role: "Infrastructure Lead", quote: "The autonomous scheduling saved us over 40% on monthly energy costs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/jolly-it-expert-doing-maintenance-server-room-infrastructure_482257-124598.jpg"},
{
name: "Emily Rodriguez",
role: "VP Operations",
quote: "Seamless integration and immediate ROI. Best software we've deployed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-relaxing-couch-holding-cup-coffee_482257-6494.jpg",
},
name: "Emily Rodriguez", role: "VP Operations", quote: "Seamless integration and immediate ROI. Best software we've deployed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-relaxing-couch-holding-cup-coffee_482257-6494.jpg"},
{
name: "David Kim",
role: "DevOps Architect",
quote: "Finally, a solution that actually understands high-compute demands.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991382.jpg",
},
name: "David Kim", role: "DevOps Architect", quote: "Finally, a solution that actually understands high-compute demands.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991382.jpg"},
{
name: "Anna Smith",
role: "Product Director",
quote: "NEXUS allows us to maintain peak performance with minimal footprint.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/executive-assistant-multinational-company-work-big-business-project_482257-113916.jpg",
},
name: "Anna Smith", role: "Product Director", quote: "NEXUS allows us to maintain peak performance with minimal footprint.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/executive-assistant-multinational-company-work-big-business-project_482257-113916.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -225,17 +147,11 @@ export default function HomePage() {
description="Everything you need to know about implementing NEXUS."
items={[
{
question: "Does NEXUS support cloud and hybrid?",
answer: "Yes, our agent-based model works across cloud, on-prem, and hybrid setups.",
},
question: "Does NEXUS support cloud and hybrid?", answer: "Yes, our agent-based model works across cloud, on-prem, and hybrid setups."},
{
question: "How quickly can I see results?",
answer: "Most enterprises see significant energy optimization within the first 48 hours of training.",
},
question: "How quickly can I see results?", answer: "Most enterprises see significant energy optimization within the first 48 hours of training."},
{
question: "Is it secure?",
answer: "Enterprise-grade security with full auditability and isolated data processing.",
},
question: "Is it secure?", answer: "Enterprise-grade security with full auditability and isolated data processing."},
]}
imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"
/>
@@ -248,13 +164,9 @@ export default function HomePage() {
tag="Deployment"
text="Ready to scale your green infrastructure? NEXUS is waiting."
primaryButton={{
text: "Start Deployment",
href: "#",
}}
text: "Start Deployment", href: "#"}}
secondaryButton={{
text: "Contact Sales",
href: "#",
}}
text: "Contact Sales", href: "#"}}
/>
</SectionErrorBoundary>
</div>