diff --git a/src/app/page.tsx b/src/app/page.tsx index aba8664..26fdb3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Star, User } from "lucide-react"; +import { Star, User, Database, Zap, Target } from "lucide-react"; export default function LandingPage() { return ( @@ -29,16 +29,11 @@ export default function LandingPage() { @@ -101,35 +90,24 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "150%", description: "Increased Productivity"}, - { - id: "m2", value: "500+", description: "Active Projects"}, - { - id: "m3", value: "24/7", description: "AI Processing"}, + { id: "m1", value: "85%", description: "Predictive Accuracy" }, + { id: "m2", value: "40%", description: "Lower Cost-per-Lead" }, + { id: "m3", value: "3x", description: "Faster Insight Generation" }, ]} - title="Platform Impact" - description="Measurable results for your digital business." + title="Measurable Platform Impact" + description="Proven results for scaling enterprises." />
@@ -154,22 +130,8 @@ export default function LandingPage() {