diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8524950..3bd4c7a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
-import { Database, Layers, LayoutDashboard, ShieldCheck, Terminal, Zap } from "lucide-react";
+import { Database, Layers, LayoutDashboard, ShieldCheck, Terminal, Zap, Cpu } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,11 @@ export default function LandingPage() {
@@ -55,100 +44,33 @@ export default function LandingPage() {
@@ -159,28 +81,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Global Deployment",
- description: "Deploy your models across 50+ regions instantly.",
- bentoComponent: "globe",
- imageSrc: "http://img.b2bpic.net/free-vector/futuristic-infographic-element-collection_23-2148312650.jpg?_wi=2",
- imageAlt: "AI software dashboard dark mode",
- },
- {
- title: "Performance Analytics",
- description: "Visualize your model performance in real-time.",
- bentoComponent: "line-chart",
- imageSrc: "http://img.b2bpic.net/free-vector/technology-background_23-2148126580.jpg",
- imageAlt: "digital globe data connections",
- },
- {
- title: "Instant Integration",
- description: "Connect your APIs in less than 5 minutes.",
- bentoComponent: "reveal-icon",
- icon: Zap,
- imageSrc: "http://img.b2bpic.net/free-vector/colorful-abstract-delusion-landing-page_23-2148330865.jpg",
- imageAlt: "minimalist tech icon speed",
- },
+ { title: "Global Deployment", description: "Deploy your models across 50+ regions instantly.", bentoComponent: "globe" },
+ { title: "Performance Analytics", description: "Visualize your model performance in real-time.", bentoComponent: "line-chart" },
+ { title: "Instant Integration", description: "Connect your APIs in less than 5 minutes.", bentoComponent: "reveal-icon", icon: Zap }
]}
title="Intelligence Everywhere"
description="Engineered for scale, our bento-grid modules offer granular control over your AI deployment."
@@ -191,22 +94,11 @@ export default function LandingPage() {
@@ -394,57 +183,13 @@ export default function LandingPage() {