Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30b15ce3ae | |||
| 5b517d39d1 |
@@ -4,13 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import { Shield, Sparkles, TrendingUp, Zap, Heart, Clock, Rocket, Mail, Twitter, Linkedin, Github, Database, Cloud, Lock } from 'lucide-react';
|
import { Shield, Sparkles, TrendingUp, Zap, Heart, Clock, Rocket, Mail, Twitter, Linkedin, Github, Database, Cloud, Lock, Flame, Lightbulb, Target } from 'lucide-react';
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
@@ -67,14 +68,15 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<AboutMetric
|
||||||
tag="Our Mission"
|
title="Why Companies Trust Our AI Platform"
|
||||||
tagIcon={Sparkles}
|
metrics={[
|
||||||
title="Empowering enterprises with intelligent automation and data-driven decision making"
|
{ icon: Flame, label: "Performance", value: "10x Faster" },
|
||||||
buttons={[
|
{ icon: Lightbulb, label: "Innovation", value: "AI-Powered" },
|
||||||
{ text: "Learn Our Story", href: "/about" },
|
{ icon: Target, label: "Accuracy", value: "99.9%" },
|
||||||
{ text: "Explore Features", href: "#features" }
|
{ icon: TrendingUp, label: "Growth", value: "500+ Clients" }
|
||||||
]}
|
]}
|
||||||
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user