mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-04 08:36:08 +02:00
Endpage
This commit is contained in:
@@ -5,7 +5,7 @@ import Ueberschrift2 from "./ueberschrift2";
|
|||||||
|
|
||||||
function Card(props) {
|
function Card(props) {
|
||||||
return (
|
return (
|
||||||
<div class="w-full rounded-xl overflow-hidden shadow-lg bg-gray1 ">
|
<div class="w-full rounded-xl overflow-hidden shadow-lg bg-gray1">
|
||||||
<div class="h-60">
|
<div class="h-60">
|
||||||
<img class="w-full h-full object-cover" src={props.bild || bild} alt="Papa Roy"></img>
|
<img class="w-full h-full object-cover" src={props.bild || bild} alt="Papa Roy"></img>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,12 +1,21 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
|
import ButtonSecondary from "./buttonSecondary";
|
||||||
import HeaderBig from "./header_big";
|
import HeaderBig from "./header_big";
|
||||||
|
import Ueberschrift2 from "./ueberschrift2";
|
||||||
|
|
||||||
function EndPage() {
|
function EndPage() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div class="h-screen overflow-hidden">
|
||||||
<HeaderBig name=" " />
|
<div>
|
||||||
<div class="flex h-fll justify-center items-center">
|
<HeaderBig name=" " />
|
||||||
<div class="bg-primary h-40 w-40 rounded-xl"></div>
|
</div>
|
||||||
|
<div class="flex justify-center content-center items-center h-full w-full">
|
||||||
|
<div class="bg-primary h-1/2 w-1/2 p-10 lg:w-1/3 rounded-3xl flex justify-center items-center flex-col">
|
||||||
|
<Ueberschrift2 name="Vielen Dank!" />
|
||||||
|
<Ueberschrift2 name="Deine Bestellung wurde erfolgreich aufgegeben." />
|
||||||
|
<div class="p-5"></div>
|
||||||
|
<ButtonSecondary name="Zur Startseite" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user