diff --git a/src/app/page.tsx b/src/app/page.tsx index 8dd8ed1..56478f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Insect, Mouse, SprayCan, Droplets, Shield, HardHat, CheckCircle, ShieldCheck, ClipboardList, Star } from "lucide-react"; +import { Bug, Mouse, SprayCan, Droplets, Shield, HardHat, CheckCircle, ShieldCheck, ClipboardList, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -38,7 +38,7 @@ export default function LandingPage() { { name: "Industries", id: "#industries" }, { name: "Team", id: "#team" }, { name: "Testimonials", id: "#testimonials" }, - { name: "Contact", id: "#contact" }, + { name: "Contact", id: "#contact" } ]} logoSrc="http://img.b2bpic.net/free-vector/security-logo-design_1057-560.jpg" logoAlt="VIRTUS company logo" @@ -50,27 +50,26 @@ export default function LandingPage() { description="We help companies, residential complexes and institutions reduce sanitary risks through specialized technical solutions focused on prevention, control and operational continuity." buttons={[ { text: "Request Inspection" }, - { text: "Speak with an Expert" }, + { text: "Speak with an Expert" } ]} imageSrc="http://img.b2bpic.net/free-photo/modern-building-full-windows_1127-102.jpg" imageAlt="Professional technicians inspecting modern corporate facility" showBlur={true} textPosition="bottom" - mediaAnimation="opacity" useInvertedBackground={false} />