Rest of the pages
This commit is contained in:
13
pages/archive.tsx
Normal file
13
pages/archive.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
|
||||
const Archive = () => {
|
||||
return (
|
||||
<section className='page'>
|
||||
<h1>Arkisto</h1>
|
||||
|
||||
<i>Lisätietoja tulossa myöhemmin!</i>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default Archive;
|
||||
13
pages/info.tsx
Normal file
13
pages/info.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
|
||||
const Info = () => {
|
||||
return (
|
||||
<section className='page'>
|
||||
<h1>Info</h1>
|
||||
|
||||
<i>Lisätietoja tulossa myöhemmin!</i>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default Info;
|
||||
13
pages/performers.tsx
Normal file
13
pages/performers.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
|
||||
const Performers = () => {
|
||||
return (
|
||||
<section className='page'>
|
||||
<h1>Esiintyjät</h1>
|
||||
|
||||
<i>Lisätietoja tulossa myöhemmin!</i>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default Performers;
|
||||
13
pages/safety.tsx
Normal file
13
pages/safety.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
|
||||
const Safety = () => {
|
||||
return (
|
||||
<section className='page'>
|
||||
<h1>Turvallisuus</h1>
|
||||
|
||||
<i>Lisätietoja tulossa myöhemmin!</i>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default Safety;
|
||||
Reference in New Issue
Block a user