Added tickets and timetable pages

This commit is contained in:
2025-04-29 11:49:15 +03:00
parent 9399dc332e
commit ed248a88e5
5 changed files with 104 additions and 28 deletions

View File

@@ -34,6 +34,7 @@ export const vipnagorgialla = localFont({
import "./globals.css";
import Header from "@/components/Header";
import Footer from "@/components/Footer";
const workSans = Work_Sans({
subsets: ["latin"],
@@ -56,6 +57,7 @@ export default function RootLayout({
>
<Header />
{children}
<Footer />
</body>
</html>
);