diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 136b4b8..8cea4c0 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -5,8 +5,8 @@ import ReactLenis from "lenis/react"; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { HelpCircle, MessageSquareHeart } from "lucide-react"; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import { HelpCircle, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -42,36 +42,22 @@ export default function LandingPage() {
-