added initial schema.prisma, populate brand and equipment
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { PiArrowDownThin } from "react-icons/pi";
|
||||
import AuctionProcess from "./components/AuctionProcess";
|
||||
import { FaArrowDownLong } from "react-icons/fa6";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@ -15,7 +15,7 @@ export default function Home() {
|
||||
<div className="text-center text-3xl mt-14 border-b border-b-black max-w-1920 max-h-1080 mx-auto pb-16">
|
||||
<p className="text-bold">Hvordan fungere det?</p>
|
||||
<p>klik her!</p>
|
||||
<FaArrowDownLong className="text-7xl mx-auto mt-10" />
|
||||
<PiArrowDownThin className="text-7xl mx-auto mt-10" />
|
||||
</div>
|
||||
<section>
|
||||
<AuctionProcess />
|
||||
|
||||
Reference in New Issue
Block a user