We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40d312 commit f295995Copy full SHA for f295995
components/landing/footer.tsx
@@ -1,5 +1,5 @@
1
import Image from "next/image";
2
-import applogotwo from "@/public/assets/icons/metallogo.png";
+import metallicLogo from "@/public/metallogo.webp";
3
import Link from "next/link";
4
import { features, product, resources } from "@/utils/footer-list-options";
5
import SVGIcon from "@/lib/svg-icon";
@@ -12,7 +12,7 @@ export default function Footer() {
12
<div className="flex items-center gap-x-2 lg:gap-x-4">
13
<Image
14
className="w-5 sm:w-6 md:w-8 lg:w-10 xl:w-12"
15
- src={applogotwo}
+ src={metallicLogo}
16
alt=""
17
height={100}
18
width={100}
public/metallogo.webp
14.7 KB
0 commit comments