fix: reduce footer logo size
This commit is contained in:
parent
e3b97f361b
commit
80d423a829
1 changed files with 9 additions and 1 deletions
|
|
@ -13,7 +13,15 @@ export function Footer() {
|
|||
<div className="grid gap-12 md:grid-cols-4">
|
||||
{/* Company Info */}
|
||||
<div className="md:col-span-2">
|
||||
<Image src="/rmv-logo.png" alt="Rocky Mountain Vending" width={200} height={50} className="mb-6 h-auto w-auto object-contain" />
|
||||
<Link href="/" className="inline-flex">
|
||||
<Image
|
||||
src="/rmv-logo.png"
|
||||
alt="Rocky Mountain Vending"
|
||||
width={160}
|
||||
height={40}
|
||||
className="mb-5 h-9 w-auto object-contain sm:h-10"
|
||||
/>
|
||||
</Link>
|
||||
<p className="text-sm text-muted-foreground mb-6 max-w-md leading-relaxed">
|
||||
Providing FREE vending machine services to businesses across Utah since 2019. Zero cost, hassle-free
|
||||
service, and dedicated support.
|
||||
|
|
|
|||
Loading…
Reference in a new issue