diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cfa37d..df9c8a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,10 @@ import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboard import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Facebook, Phone } from 'lucide-react'; +import { Facebook, Phone, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -132,25 +132,42 @@ export default function LandingPage() {