diff --git a/src/app/page.tsx b/src/app/page.tsx index db9d4bf..8e54c0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,8 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -28,22 +30,11 @@ export default function LandingPage() {