diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 645f5d3..728a783 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -8,141 +8,116 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function ReviewsPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);