diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7e251f1..471f1f4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import ContactFaq from '@/components/sections/contact/ContactFaq'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { MessageCircle } from "lucide-react"; +import { Megaphone, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -86,7 +86,7 @@ export default function LandingPage() { rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-vector/marketing-agency-instagram-post_52683-124065.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/marketing-agency-instagram-post_52683-124065.jpg" imageAlt="brand strategy digital marketing" mediaAnimation="blur-reveal" mediaPosition="left"