diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4dfff5b..22ff68a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,47 +46,26 @@ export default function LandingPage() {
@@ -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() {
@@ -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: "#"},
],
},
]}