diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ea4cfb..4dada0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,9 +6,10 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -122,34 +123,28 @@ export default function LandingPage() {
-