From f815bc2f0460027699e8b1b57e67eb9052eddfae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 12:00:13 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 02f2d1c..60fa25e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,6 +1,7 @@ "use client"; import Link from "next/link"; +import { Mail } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import ContactSplit from "@/components/sections/contact/ContactSplit"; @@ -17,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "features" }, { label: "Pricing", href: "pricing" }, { label: "Dashboard", href: "dashboard" }, @@ -26,8 +26,7 @@ export default function ContactPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "about" }, { label: "Contact", href: "contact" }, { label: "Support", href: "faq" }, @@ -35,8 +34,7 @@ export default function ContactPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -70,11 +68,11 @@ export default function ContactPage() { tag="Get In Touch" title="Ready to Simplify Your Community?" description="Join Karim Residencia today and experience seamless community management. Contact our team to schedule a demo or discuss your specific needs." - tagIcon="Mail" + tagIcon={Mail} tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg" imageAlt="professional team collaboration meeting" mediaAnimation="slide-up" mediaPosition="right" @@ -86,7 +84,7 @@ export default function ContactPage() {