initial
This commit is contained in:
33
pages/templates/content.js
Normal file
33
pages/templates/content.js
Normal file
@@ -0,0 +1,33 @@
|
||||
import styles from "../../styles/Home.module.css";
|
||||
|
||||
export default function Content() {
|
||||
return (
|
||||
<div>
|
||||
<p className={styles.description}>
|
||||
Lokalizacja
|
||||
<br />
|
||||
<b>Nowy Sącz, Aleje Wolności 6</b>
|
||||
</p>
|
||||
|
||||
<p className={styles.description}>
|
||||
Telefon kontaktowy
|
||||
<br />
|
||||
<b>
|
||||
<a href="tel:+48504066513">+48 504 066 513</a>
|
||||
</b>
|
||||
<br />
|
||||
<b>
|
||||
<a href="tel:184420244">18 442 02 44</a>
|
||||
</b>
|
||||
</p>
|
||||
|
||||
<p className={styles.description}>
|
||||
Adres email
|
||||
<br />
|
||||
<b>
|
||||
<a href="mailto:biuro@wastpol.pl">biuro@wastpol.pl</a>
|
||||
</b>
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user