diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c0c2cf..61b2ae3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,8 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { CheckCircle, Users, Zap } from "lucide-react"; +import TimelinePhoneView from '@/components/cardStack/layouts/timelines/TimelinePhoneView'; +import { CheckCircle, Users, Zap, Truck, PackageCheck, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -32,16 +33,10 @@ export default function LandingPage() { - -
-
@@ -174,12 +120,9 @@ export default function LandingPage() { @@ -205,22 +146,8 @@ export default function LandingPage() {