From 7d62bf5dd9557d549521126adc87c82d4d70d9ab Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 06:09:25 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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" -- 2.49.1