diff --git a/src/app/page.tsx b/src/app/page.tsx index d831cf4..a401aa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Activity, Lightbulb, Monitor, ShieldCheck, Zap } from "lucide-react"; +import { Activity, Lightbulb, Monitor, ShieldCheck, Zap, BrainCircuit } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -200,27 +122,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "1M+", - title: "API Calls", - description: "Processed daily.", - icon: Activity, - }, - { - id: "m2", - value: "500+", - title: "Models", - description: "Successfully trained.", - icon: Lightbulb, - }, - { - id: "m3", - value: "99.9%", - title: "Uptime", - description: "Always available.", - icon: ShieldCheck, - }, + { id: "m1", value: "1M+", title: "API Calls", description: "Processed daily.", icon: Activity }, + { id: "m2", value: "500+", title: "Models", description: "Successfully trained.", icon: Lightbulb }, + { id: "m3", value: "99.9%", title: "Uptime", description: "Always available.", icon: ShieldCheck } ]} title="Our Scale" description="Global impact in numbers." @@ -231,15 +135,7 @@ export default function LandingPage() { @@ -249,31 +145,11 @@ export default function LandingPage() { @@ -322,9 +184,7 @@ export default function LandingPage() {