diff --git a/src/app/systems/page.tsx b/src/app/systems/page.tsx index 9fc7d6a..8f72a8f 100644 --- a/src/app/systems/page.tsx +++ b/src/app/systems/page.tsx @@ -1,7 +1,6 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Link from "next/link"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FooterMedia from '@/components/sections/footer/FooterMedia'; @@ -9,16 +8,16 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function SystemsPage() { return ( @@ -54,7 +53,7 @@ export default function SystemsPage() { } ]} textboxLayout="default" - animationType="slide-up" + animationType="scale-rotate" gridVariant="three-columns-all-equal-width" useInvertedBackground="noInvert" /> @@ -96,4 +95,4 @@ export default function SystemsPage() { ); -} +} \ No newline at end of file