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 ( - + - -
- + +
+
+
- +
);