Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
<div className="absolute top-12 left-1/2 transform -translate-x-1/2 z-50">
|
||||
<div className="flex items-center gap-2 px-4 py-2 rounded-full bg-white/10 backdrop-blur-md border border-white/20 shadow-lg">
|
||||
<div className="flex items-center gap-1">
|
||||
<Star className="w-4 h-4 fill-yellow-400 text-yellow-400" />
|
||||
<span className="text-sm font-semibold text-white">4.9</span>
|
||||
</div>
|
||||
<span className="text-xs text-white/80">Rated by 71 Clients</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
|
||||
Reference in New Issue
Block a user