Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-11 07:04:45 +00:00

View File

@@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Zap } from "lucide-react"; import { Zap, Gauge, PiggyBank, Cloud } from "lucide-react";
export default function HomePage() { export default function HomePage() {
const navItems = [ const navItems = [
@@ -146,9 +146,9 @@ export default function HomePage() {
title="Quantifiable Success, Powered by AI" title="Quantifiable Success, Powered by AI"
description="We deliver measurable results that redefine industry benchmarks and drive sustainable business growth." description="We deliver measurable results that redefine industry benchmarks and drive sustainable business growth."
metrics={[ metrics={[
{ id: "m1", value: "99.8%", title: "Accuracy in Predictive Models", description: "Achieved across diverse datasets for reliable forecasting.", icon: "Gauge" }, { id: "m1", value: "99.8%", title: "Accuracy in Predictive Models", description: "Achieved across diverse datasets for reliable forecasting.", icon: Gauge },
{ id: "m2", value: "70%+", title: "Reduction in Operational Costs", description: "Through intelligent automation and optimized workflows.", icon: "PiggyBank" }, { id: "m2", value: "70%+", title: "Reduction in Operational Costs", description: "Through intelligent automation and optimized workflows.", icon: PiggyBank },
{ id: "m3", value: "200M+", title: "Data Points Processed Daily", description: "Handling vast enterprise data with unparalleled speed and precision.", icon: "Cloud" }, { id: "m3", value: "200M+", title: "Data Points Processed Daily", description: "Handling vast enterprise data with unparalleled speed and precision.", icon: Cloud },
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="depth-3d" animationType="depth-3d"