We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 648b749 + f4423a2 commit 9c51bc5Copy full SHA for 9c51bc5
landing/app/page.tsx
@@ -3,7 +3,7 @@ import Image from "next/image";
3
import { Download } from "~/components/Download";
4
import { github } from "~/config";
5
6
-export const Hero = () => {
+const Hero = () => {
7
return (
8
<div className=" grid grid-cols-2 items-center h-screen">
9
<div className="flex flex-col space-y-4">
@@ -16,9 +16,7 @@ export const Hero = () => {
16
</Link>
17
</div>
18
19
- <div>
20
- {/* <Image priority src="/favicon.png" alt="video" height={400} width={600} className="" /> */}
21
- </div>
+ <div>{/* <Image priority src="/favicon.png" alt="video" height={400} width={600} className="" /> */}</div>
22
23
);
24
};
0 commit comments