From 5281d7d629112fc42fb311658c6c3edf3874ce27 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 22:05:34 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 138 +++++---------------------------------- 1 file changed, 17 insertions(+), 121 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a72a4a6..d93f9ca 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import { Facebook, Film, Instagram } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -142,68 +93,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/atozautomotives", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/atozautomotives", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/atozautomotives", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/atozautomotives", ariaLabel: "Instagram"}, { icon: Film, - href: "https://youtube.com/atozautomotives", - ariaLabel: "YouTube", - }, - ]} - columns={[ - { - title: "Company", - items: [ - { - label: "About Us", - href: "/about", - }, - { - label: "Brands", - href: "/brands", - }, - { - label: "Contact", - href: "/contact", - }, - ], - }, - { - title: "Services", - items: [ - { - label: "Financing Options", - href: "#", - }, - { - label: "Service & Maintenance", - href: "#", - }, - { - label: "Testimonials", - href: "#", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - ], - }, + href: "https://youtube.com/atozautomotives", ariaLabel: "YouTube"}, ]} /> -- 2.49.1