Commit 64d6804e by jay

.

1 parent e170119c
Showing 178 changed files with 9 additions and 6 deletions
import Head from 'next/head' import Head from "next/head";
import Image from 'next/image' import Image from "next/image";
// import '../../public/banner/abu-faqs-d.png'
export default function Home() { export default function Home() {
return ( return (
<> <>
...@@ -11,10 +11,13 @@ export default function Home() { ...@@ -11,10 +11,13 @@ export default function Home() {
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
</Head> </Head>
<div> <div>
<h1> <h1>Hello world
Hello World
</h1> </h1>
<span className="">
</span>
<Image width='3000px' height='600px' src="/banner/abu-faqs-d.png"></Image>
</div> </div>
</> </>
) );
} }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!