commit
ee92a77c27
@ -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>
|
||||
©{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>
|
||||
|
||||
@ -7,9 +7,9 @@ type Props = {
|
||||
export default function Logo({ className = '' }: Props) {
|
||||
return (
|
||||
<img
|
||||
src={'https://flatlogic.com/logo.svg'}
|
||||
src={'https://veracityres.com/wp-content/uploads/2024/08/VRES_logo_blk-red-tr.png'}
|
||||
className={className}
|
||||
alt={'Flatlogic logo'}
|
||||
alt={'VRES logo'}
|
||||
></img>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user