From 1aef55ba593ce10c6e11e5db0b4abf327088244e Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Thu, 28 Nov 2024 10:54:51 -0600 Subject: [PATCH] Remove contact info and update layout --- src/app/contact/page.tsx | 4 ++-- src/components/layout/Footer.tsx | 27 +++++++++++++-------------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 36fbb73..54bde0f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -9,10 +9,10 @@ export default function ContactPage() { Contact Us

- Our contact form is coming soon. In the meantime, you can reach us at: + Our contact form is coming soon.

-

Serving clients nationwide from our Albuquerque, New Mexico headquarters

+

Serving clients nationwide from Albuquerque, New Mexico headquarters

diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index 86740c4..d87e50e 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -3,7 +3,7 @@ import { useState, useEffect } from 'react'; import Image from 'next/image'; import Link from 'next/link'; -import { Phone, Mail, MapPin } from 'lucide-react'; +import { MapPin, Building2, Users, Calculator } from 'lucide-react'; export default function Footer() { const [year, setYear] = useState(''); @@ -24,29 +24,28 @@ export default function Footer() {

A business & financial consulting firm since 1978

+
+ +

Nationwide Services | Based in Albuquerque, NM

+
- {/* Contact Information */} + {/* Expertise Section */}
-

Contact Us

+

Areas of Expertise

- - - (123) 456-7890 - + + QuickBooks & Xero Certified
- - - contact@finlion.com - + + Business & Financial Analysis
- -

Nationwide Services | Based in Albuquerque, NM

+ + Nonprofit Organization Specialist
-