From 578069e8293133da181c3c16bd1a4501083cdfd4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:29:20 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"