diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 43aaf26..1b91d59 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -2,147 +2,31 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -export default function LandingPage() { +export default function ReviewsPage() { return ( - + - - -
- -
- -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file