mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
add a wizard
This commit is contained in:
@@ -2,15 +2,7 @@ import { useContext } from 'react'
|
||||
|
||||
import Head from 'next/head'
|
||||
|
||||
import AppStore from '../context/appStore'
|
||||
|
||||
import RangeSelect from '../components/rangeSelect'
|
||||
import DateSelect from '../components/dateSelect'
|
||||
import Contact from '../components/contact'
|
||||
import Driver from '../components/driver'
|
||||
|
||||
import Form from 'react-bootstrap/Form'
|
||||
import Button from 'react-bootstrap/Button'
|
||||
import Wizard from '../components/wizard'
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -25,15 +17,7 @@ export default function Home() {
|
||||
|
||||
<p>Du willst das Pfadi Bussle buchen? Hier bist du richtig!</p>
|
||||
|
||||
<AppStore>
|
||||
<Form>
|
||||
<RangeSelect />
|
||||
<DateSelect />
|
||||
<Contact />
|
||||
|
||||
<Button variant="primary">Reservieren</Button>
|
||||
</Form>
|
||||
</AppStore>
|
||||
<Wizard />
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
||||
Reference in New Issue
Block a user