Update footer links to Veracity Real Estate Solutions

This commit is contained in:
lora322 2025-09-19 20:29:45 -04:00 committed by GitHub
parent 2aabe9d930
commit 52b12200bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
import React, { ReactNode } from 'react';
ciimport React, { ReactNode } from 'react';
import LanguageSwitcher from './LanguageSwitcher';
import { containerMaxW } from '../config';
import Logo from './Logo';
@ -16,8 +16,8 @@ export default function FooterBar({ children }: Props) {
<div className='text-center md:text-left mb-6 md:mb-0'>
<b>
&copy;{year},{` `}
<a href='https://flatlogic.com/' rel='noreferrer' target='_blank'>
Flatlogic
<a href='https://veracityres.com/' rel='noreferrer' target='_blank'>
Veracity Real Estate Solutions
</a>
.
</b>
@ -27,7 +27,7 @@ export default function FooterBar({ children }: Props) {
<div className='flex item-center md:py-2 gap-4'>
<LanguageSwitcher />
<a href='https://flatlogic.com/' rel='noreferrer' target='_blank'>
<a href='https://veracityres.com.com/' rel='noreferrer' target='_blank'>
<Logo className='w-auto h-8 md:h-6 mx-auto' />
</a>
</div>