Bigger redesign
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
// React, NextJS
|
||||
import React from "react";
|
||||
import GoogleMaps from "../components/GogoleMaps.jsx";
|
||||
import Head from "next/head";
|
||||
|
||||
// Bootstrap components
|
||||
import Container from 'react-bootstrap/Container';
|
||||
import Row from 'react-bootstrap/Row';
|
||||
import Col from 'react-bootstrap/Col';
|
||||
|
||||
import GoogleMaps from "../components/GogoleMaps.jsx";
|
||||
|
||||
export default function Impressum(props) {
|
||||
return (
|
||||
<>
|
||||
@@ -16,8 +23,8 @@ export default function Impressum(props) {
|
||||
/>
|
||||
<title>Impressum - Prothmann GmbH</title>
|
||||
</Head>
|
||||
<div className="container-fluid products-container navbar-spacing">
|
||||
<div className="row align-items-center min-height-100">
|
||||
<Container fluid className="products-container navbar-spacing">
|
||||
<Row className="align-items-center min-height-100">
|
||||
<div
|
||||
className={`align-self-stretch background-image d-flex flex-column justify-content-center products-img-shadow products-img col-lg-6 p-0`}
|
||||
>
|
||||
@@ -45,7 +52,7 @@ export default function Impressum(props) {
|
||||
<b>Fax</b> <a title="Senden Sie uns ein Fax" href="fax:+49814259953">+49 (0) 8142 59953</a>
|
||||
</p>
|
||||
<p>
|
||||
<b>Geschäftsführer</b> Hans & Kolja Prothmann
|
||||
<b>Geschäftsführer</b> Dr. Kolja Prothmann & Hans Prothmann
|
||||
<br />
|
||||
<b>Handelsregister</b> HRB München 78953
|
||||
<br />
|
||||
@@ -53,9 +60,9 @@ export default function Impressum(props) {
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="row">
|
||||
<div className="col text-center my-5">
|
||||
</Row>
|
||||
<Row>
|
||||
<Col className="text-center my-5">
|
||||
<h2>Nützliche Links</h2>
|
||||
<p>
|
||||
Unsere Maschinen von Amada
|
||||
@@ -95,9 +102,9 @@ export default function Impressum(props) {
|
||||
www.canetzberger.design
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</Col>
|
||||
</Row>
|
||||
</Container>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user