From 43d13841fd617e135c48820bc3eaa61701c393b9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 22:00:20 +0000 Subject: [PATCH] Update src/app/testimonials/page.tsx --- src/app/testimonials/page.tsx | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index af6e97b..c35c559 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -1,32 +1,18 @@ "use client"; + import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function TestimonialsPage() { return ( - - + + ); } \ No newline at end of file