diff --git a/src/app/page.tsx b/src/app/page.tsx index f7330df..cb80172 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,9 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { BarChart2, ShieldCheck, Zap } from "lucide-react"; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow'; +import { BarChart2, ShieldCheck, Zap, Target, Search, Megaphone, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -30,14 +31,11 @@ export default function LandingPage() {
+