Update src/app/contact/page.tsx

This commit is contained in:
2026-02-25 02:36:43 +00:00
parent 779be52620
commit b7a58372f9

View File

@@ -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() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Metal Roofing", href: "/metal-roofing" },
{ label: "Construction", href: "/construction" },
@@ -106,23 +92,20 @@ export default function ContactPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Standing Seam Install", href: "/metal-roofing" },
{ label: "Repairs & Replacement", href: "/metal-roofing" },
{ label: "Custom Projects", href: "/construction" }
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]