diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx new file mode 100644 index 0000000..c5dd5e1 --- /dev/null +++ b/src/app/testimonials/page.tsx @@ -0,0 +1,39 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; +import FooterBase from "@/components/sections/footer/FooterBase"; + +export default function TestimonialsPage() { + return ( + + + + + + ); +} \ No newline at end of file