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() {