diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ace948..cd26766 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 } from 'lucide-react'; +import { Phone, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -62,7 +62,17 @@ export default function LandingPage() { ]} autoplayDelay={5000} showDimOverlay={true} + logoContainerClassName="relative" /> +