From d15e5a4e3f03cdbcb43de516fb1391690fa11fc2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:34:45 +0000 Subject: [PATCH] Update src/app/testimonials/page.tsx --- src/app/testimonials/page.tsx | 36 +++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 65e0981..f4603f8 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -3,34 +3,38 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Instagram, Twitter } from "lucide-react"; export default function TestimonialsPage() { return ( - + - -
- + +
+
+
- +
);