timeslots API
This commit is contained in:
@@ -1,22 +1,5 @@
|
||||
import BookingInterface from "../components/BookingForm";
|
||||
import {redirect} from 'next/navigation';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div>
|
||||
<main>
|
||||
<BookingInterface />
|
||||
</main>
|
||||
<footer className="bg-white text-black py-8 mt-12">
|
||||
<div className="max-w-2xl mx-auto px-4 text-center">
|
||||
<p className="text-gray-600 mb-2">Get in touch</p>
|
||||
<a
|
||||
href="mailto:vitrify@asyavee.me"
|
||||
className="text-blue-600 hover:text-blue-800 transition-colors font-medium"
|
||||
>
|
||||
vitrify@asyavee.me
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
export default function RootPage() {
|
||||
redirect('/en');
|
||||
}
|
||||
Reference in New Issue
Block a user