diff --git a/src/app/page.tsx b/src/app/page.tsx index cd26766..38d1053 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Phone, Star } from 'lucide-react'; +import { Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -62,17 +62,7 @@ export default function LandingPage() { ]} autoplayDelay={5000} showDimOverlay={true} - logoContainerClassName="relative" /> -
-
-
- - 4.9 -
- Rated by 71 Clients -
-
@@ -195,7 +185,7 @@ export default function LandingPage() {