From 1c032c2267f3b961dbf80cda10289feabebd5535 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 06:12:01 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 75 ++++++---------------------------------- 1 file changed, 11 insertions(+), 64 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ddff359..60c1151 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import { Mail, Phone } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -46,9 +37,7 @@ export default function LandingPage() {
@@ -58,21 +47,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Contact Details" metrics={[ - { - icon: Phone, - label: "Call Sal", - value: "631-620-2330", - }, - { - icon: Phone, - label: "Call Rock", - value: "631-539-1664", - }, - { - icon: Mail, - label: "Email", - value: "contact@a1roofmasters.com", - }, + { icon: Phone, label: "Call Sal", value: "631-620-2330" }, + { icon: Phone, label: "Call Rock", value: "631-539-1664" }, + { icon: Mail, label: "Email", value: "contact@a1roofmasters.com" }, ]} metricsAnimation="slide-up" /> @@ -81,38 +58,8 @@ export default function LandingPage() { @@ -118,38 +62,8 @@ export default function LandingPage() {