Bigger redesign
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
// React, NextJS
|
||||
import React from "react";
|
||||
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';
|
||||
|
||||
export default function Abgs(props) {
|
||||
return (
|
||||
<>
|
||||
@@ -9,14 +15,14 @@ export default function Abgs(props) {
|
||||
<meta name="keywords" content="AGBs, Prothmann, Hans Prothmann GmbH" />
|
||||
<title>AGBs - Prothmann GmbH</title>
|
||||
</Head>
|
||||
<div className="container-fluid products-container navbar-spacing">
|
||||
<div className="row align-items-center min-height-100">
|
||||
<div className="col">
|
||||
<Container fluid className="products-container navbar-spacing">
|
||||
<Row className="align-items-center min-height-100">
|
||||
<Col>
|
||||
<h1 className="text-center">Allgemeine Geschäftsbedingungen</h1>
|
||||
<p className="text-center">In Bearbeitung</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</Col>
|
||||
</Row>
|
||||
</Container>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user