added initial schema.prisma, populate brand and equipment

This commit is contained in:
2024-10-05 20:06:12 +00:00
parent 5a950f6851
commit 9001c47410
35 changed files with 360 additions and 24 deletions

View File

@ -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 />