added support page
This commit is contained in:
@@ -12,15 +12,15 @@ const Footer = () => {
|
||||
<div className="custom-container max-lg:hidden">
|
||||
<div className="flex w-full gap-10 flex-col items-center justify-between text-center lg:flex-row lg:items-start lg:text-left">
|
||||
<div className="flex w-fit flex-col items-center justify-between gap-4 lg:items-start mb-8 lg:mb-0">
|
||||
<div className="flex items-center gap-3 lg:justify-start">
|
||||
<div className="p-2 bg-blue-600 rounded-xl">
|
||||
<div className="flex items-center gap-1 lg:justify-start">
|
||||
<div className="p-2">
|
||||
<Image
|
||||
width={500}
|
||||
height={500}
|
||||
src={PRODUCT_INFO.logo || '/placeholder.svg'}
|
||||
alt={PRODUCT_INFO.name}
|
||||
title={PRODUCT_INFO.name}
|
||||
className="h-6 w-6 brightness-0 invert"
|
||||
className="h-10 w-10"
|
||||
/>
|
||||
</div>
|
||||
<h2 className="text-xl font-bold text-slate-800">
|
||||
|
||||
Reference in New Issue
Block a user