diff --git a/apps/web/src/app/(home)/_components/testimonials.tsx b/apps/web/src/app/(home)/_components/testimonials.tsx index 5a997e0..d486d99 100644 --- a/apps/web/src/app/(home)/_components/testimonials.tsx +++ b/apps/web/src/app/(home)/_components/testimonials.tsx @@ -104,15 +104,6 @@ export default function Testimonials() { return pages; }, [totalPages, currentPage]); - const sectionVariants = { - hidden: { opacity: 0, y: 30 }, - visible: { - opacity: 1, - y: 0, - transition: { duration: 0.6, ease: "easeOut" }, - }, - }; - const gridVariants = { hidden: { opacity: 0 }, visible: { @@ -122,13 +113,7 @@ export default function Testimonials() { }; return ( - +

Loved by Developers diff --git a/apps/web/src/app/(home)/page.tsx b/apps/web/src/app/(home)/page.tsx index 715ae86..a952e67 100644 --- a/apps/web/src/app/(home)/page.tsx +++ b/apps/web/src/app/(home)/page.tsx @@ -124,7 +124,7 @@ export default function HomePage() {

-

+

Roll Your Own
Stack