diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 064db9e..45bb595 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,7 +1,6 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Link from "next/link"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; @@ -54,25 +53,13 @@ export default function ContactPage() { tag="Get in Touch" features={[ { - id: "phone", - title: "Call or Text Joseph", - description: "Direct line for immediate response. Available during business hours and for urgent matters.", - tag: "Phone", - imageSrc: "https://img.b2bpic.net/free-photo/smiling-business-man-talking-phone-lounge_1262-3626.jpg?_wi=3" + id: "phone", title: "Call or Text Joseph", description: "Direct line for immediate response. Available during business hours and for urgent matters.", tag: "Phone", imageSrc: "https://img.b2bpic.net/free-photo/smiling-business-man-talking-phone-lounge_1262-3626.jpg?_wi=3" }, { - id: "estimate", - title: "Free Estimate Request", - description: "Tell us about your project and we'll provide a detailed, no-obligation estimate.", - tag: "Estimate", - imageSrc: "https://img.b2bpic.net/free-photo/closeup-hands-business-meeting_93675-132442.jpg?_wi=2" + id: "estimate", title: "Free Estimate Request", description: "Tell us about your project and we'll provide a detailed, no-obligation estimate.", tag: "Estimate", imageSrc: "https://img.b2bpic.net/free-photo/closeup-hands-business-meeting_93675-132442.jpg?_wi=2" }, { - id: "consultation", - title: "On-Site Consultation", - description: "Schedule a visit to discuss your project in detail and explore all options.", - tag: "Visit", - imageSrc: "https://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg?_wi=2" + id: "consultation", title: "On-Site Consultation", description: "Schedule a visit to discuss your project in detail and explore all options.", tag: "Visit", imageSrc: "https://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg?_wi=2" } ]} animationType="slide-up" @@ -97,8 +84,7 @@ export default function ContactPage() {