diff --git a/src/app/page.tsx b/src/app/page.tsx index 460b50b..c1a57f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,11 +9,12 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ButtonTextStagger from '@/components/button/ButtonTextStagger/ButtonTextStagger'; export default function LandingPage() { return (