diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 160f2dd..8993974 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -3,46 +3,30 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function TestimonialsPage() { return ( - + - -
-
+ -
);