Remove email, phone, and add nationwide
This commit is contained in:
parent
2a60e9a268
commit
5db587814b
3 changed files with 13 additions and 36 deletions
|
|
@ -12,9 +12,7 @@ export default function ContactPage() {
|
|||
Our contact form is coming soon. In the meantime, you can reach us at:
|
||||
</p>
|
||||
<div className="mt-10 flex flex-col items-center gap-4 text-base text-gray-600">
|
||||
<p>Phone: (123) 456-7890</p>
|
||||
<p>Email: contact@finlion.com</p>
|
||||
<p>Location: Albuquerque, New Mexico</p>
|
||||
<p>Serving clients nationwide from our Albuquerque, New Mexico headquarters</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -15,38 +15,16 @@ export default function Contact() {
|
|||
|
||||
<div className="grid grid-cols-1 gap-6 sm:grid-cols-2 lg:col-span-2 lg:gap-8">
|
||||
<div className="rounded-2xl bg-gray-50 p-10">
|
||||
<h3 className="text-base font-semibold leading-7 text-gray-900">Albuquerque Office</h3>
|
||||
<dl className="mt-3 space-y-1 text-sm leading-6 text-gray-600">
|
||||
<div className="flex gap-x-4">
|
||||
<dt className="flex-none">
|
||||
<span className="sr-only">Address</span>
|
||||
<MapPin className="h-5 w-5 text-gray-400" aria-hidden="true" />
|
||||
</dt>
|
||||
<dd>Santa Fe, New Mexico</dd>
|
||||
</div>
|
||||
<div className="flex gap-x-4">
|
||||
<dt className="flex-none">
|
||||
<span className="sr-only">Phone</span>
|
||||
<Phone className="h-5 w-5 text-gray-400" aria-hidden="true" />
|
||||
</dt>
|
||||
<dd>
|
||||
<a className="hover:text-blue-800" href="tel:+1234567890">
|
||||
(123) 456-7890
|
||||
</a>
|
||||
</dd>
|
||||
</div>
|
||||
<div className="flex gap-x-4">
|
||||
<dt className="flex-none">
|
||||
<span className="sr-only">Email</span>
|
||||
<Mail className="h-5 w-5 text-gray-400" aria-hidden="true" />
|
||||
</dt>
|
||||
<dd>
|
||||
<a className="hover:text-blue-800" href="mailto:contact@finlion.com">
|
||||
contact@finlion.com
|
||||
</a>
|
||||
</dd>
|
||||
</div>
|
||||
</dl>
|
||||
<h3 className="text-base font-semibold leading-7 text-gray-900">Nationwide Financial Services</h3>
|
||||
<dl className="mt-3 space-y-1 text-sm leading-6 text-gray-600">
|
||||
<div className="flex gap-x-4">
|
||||
<dt className="flex-none">
|
||||
<span className="sr-only">Coverage</span>
|
||||
<MapPin className="h-5 w-5 text-gray-400" aria-hidden="true" />
|
||||
</dt>
|
||||
<dd>Headquartered in Albuquerque, New Mexico<br/>Serving clients across all 50 states</dd>
|
||||
</div>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
<form className="rounded-2xl bg-gray-50 p-10">
|
||||
|
|
|
|||
|
|
@ -44,8 +44,9 @@ export default function Footer() {
|
|||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
<MapPin size={18} />
|
||||
<dd>Albuquerque, New Mexico</dd>
|
||||
<p>Nationwide Services | Based in Albuquerque, NM</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue