diff --git a/src/app/page.tsx b/src/app/page.tsx index 68bf2be..1a3b811 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterBase from '@/components/sections/footer/FooterBase'; +import ButtonIconArrow from '@/components/button/ButtonIconArrow'; export default function LandingPage() { return ( @@ -126,6 +127,9 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" /> +
+ +
@@ -186,4 +190,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file