Update location to Albuquerque
This commit is contained in:
parent
27c6e5b302
commit
2a60e9a268
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ export default function ContactPage() {
|
|||
<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: Santa Fe, New Mexico</p>
|
||||
<p>Location: Albuquerque, New Mexico</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ 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">Santa Fe Office</h3>
|
||||
<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">
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ export default function Footer() {
|
|||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
<MapPin size={18} />
|
||||
<p>Santa Fe, New Mexico</p>
|
||||
<dd>Albuquerque, New Mexico</dd>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue