commit
ee92a77c27
@ -1,4 +1,4 @@
|
|||||||
import React, { ReactNode } from 'react';
|
ciimport React, { ReactNode } from 'react';
|
||||||
import LanguageSwitcher from './LanguageSwitcher';
|
import LanguageSwitcher from './LanguageSwitcher';
|
||||||
import { containerMaxW } from '../config';
|
import { containerMaxW } from '../config';
|
||||||
import Logo from './Logo';
|
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'>
|
<div className='text-center md:text-left mb-6 md:mb-0'>
|
||||||
<b>
|
<b>
|
||||||
©{year},{` `}
|
©{year},{` `}
|
||||||
<a href='https://flatlogic.com/' rel='noreferrer' target='_blank'>
|
<a href='https://veracityres.com/' rel='noreferrer' target='_blank'>
|
||||||
Flatlogic
|
Veracity Real Estate Solutions
|
||||||
</a>
|
</a>
|
||||||
.
|
.
|
||||||
</b>
|
</b>
|
||||||
@ -27,7 +27,7 @@ export default function FooterBar({ children }: Props) {
|
|||||||
|
|
||||||
<div className='flex item-center md:py-2 gap-4'>
|
<div className='flex item-center md:py-2 gap-4'>
|
||||||
<LanguageSwitcher />
|
<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' />
|
<Logo className='w-auto h-8 md:h-6 mx-auto' />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -7,9 +7,9 @@ type Props = {
|
|||||||
export default function Logo({ className = '' }: Props) {
|
export default function Logo({ className = '' }: Props) {
|
||||||
return (
|
return (
|
||||||
<img
|
<img
|
||||||
src={'https://flatlogic.com/logo.svg'}
|
src={'https://veracityres.com/wp-content/uploads/2024/08/VRES_logo_blk-red-tr.png'}
|
||||||
className={className}
|
className={className}
|
||||||
alt={'Flatlogic logo'}
|
alt={'VRES logo'}
|
||||||
></img>
|
></img>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user