diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx new file mode 100644 index 0000000..4fc33dc --- /dev/null +++ b/src/app/testimonials/page.tsx @@ -0,0 +1,109 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Award } from 'lucide-react'; + +export default function TestimonialsPage() { + return ( + + + +
+ +
+ + +
+ ); +} \ No newline at end of file