diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f698a8..1df5649 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack'; import { Award, Heart, Sparkles, CheckCircle } from "lucide-react"; export default function LandingPage() { @@ -74,17 +75,16 @@ export default function LandingPage() {
-
@@ -164,4 +164,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}