update home page
This commit is contained in:
parent
44a363922d
commit
af2881c9e9
@ -1,11 +1,12 @@
|
||||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
import { EmblaCarousel } from "./carousel";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<div className="flex flex-col relative justify-center items-center">
|
||||
<div className="flex w-full h-[100vh]">
|
||||
<div className="flex relative w-full h-[100svh]">
|
||||
<Image
|
||||
src="/img01.webp"
|
||||
alt="nav image"
|
||||
@ -16,6 +17,9 @@ export default function Home() {
|
||||
className="brightness-[20%] "
|
||||
/>
|
||||
</div>
|
||||
<div className="flex w-full items-center justify-center">
|
||||
<EmblaCarousel />
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user