diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9247bf8..e5a781a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,10 +1,13 @@ "use client"; +"use client"; + import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import Link from "next/link"; +import { Phone } from "lucide-react"; export default function ContactPage() { const navItems = [ @@ -37,13 +40,13 @@ export default function ContactPage() { tag="Get In Touch" title="Ready to Grow Your Business?" description="Contact us today for a free consultation. We'd love to discuss how RayMedia can help transform your marketing strategy." - tagIcon="Phone" + tagIcon={Phone} tagAnimation="slide-up" background={{ variant: "animated-grid" }} useInvertedBackground={false} mediaAnimation="slide-up" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/extreme-close-up-shot-worker-server-hub-using-tablet_482257-90062.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/extreme-close-up-shot-worker-server-hub-using-tablet_482257-90062.jpg" imageAlt="contact us communication business" inputPlaceholder="Enter your email" buttonText="Send Message"