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