-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d4e4f1
commit c55a8d2
Showing
7 changed files
with
359 additions
and
364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,35 @@ | ||
import Link from "@docusaurus/Link"; | ||
import clsx from "clsx"; | ||
import React from "react"; | ||
import styles from "../pages/styles.module.css"; | ||
import Link from "@docusaurus/Link"; | ||
import { FaExclamationTriangle } from "react-icons/fa"; | ||
|
||
export function TerminHeaderComponent() { | ||
return ( | ||
<> | ||
<header | ||
className={clsx("hero hero--primary heroBgImage", styles.heroBanner)} | ||
> | ||
<div className="container"> | ||
<h1 className="hero__title">Vereinbaren Sie jetzt einen Termin</h1> | ||
<p className="hero__subtitle"> | ||
Zusätzlich und in dringenden Fällen sind wir auch telefonisch | ||
erreichbar. | ||
</p> | ||
<div className="container padding--md"> | ||
<div className="row"> | ||
<div className="col col--8 col--offset-2"> | ||
<div | ||
className="alert alert--danger" | ||
role="alert" | ||
style={{ fontSize: "x-large" }} | ||
> | ||
Die Online-Terminvergabe ist derzeit nur eingeschränkt | ||
verfügbar. Insbesondere für Termine bei Frau Roggenland melden | ||
Sie sich bitte <Link to="/Kontakt">telefonisch</Link>, um | ||
einen Termin zu erhalten. | ||
</div> | ||
<header | ||
className={clsx("hero hero--primary heroBgImage", styles.heroBanner)} | ||
> | ||
<div className="container"> | ||
<h1 className="hero__title">Vereinbaren Sie jetzt einen Termin</h1> | ||
<p className="hero__subtitle"> | ||
Zusätzlich und in dringenden Fällen sind wir auch telefonisch | ||
erreichbar. | ||
</p> | ||
<div className="container padding--md"> | ||
<div className="row"> | ||
<div className="col col--8 col--offset-2"> | ||
<div | ||
className="alert alert--danger" | ||
role="alert" | ||
style={{ fontSize: "x-large" }} | ||
> | ||
Die Online-Terminvergabe ist derzeit nur eingeschränkt | ||
verfügbar. Insbesondere für Termine bei Frau Roggenland melden | ||
Sie sich bitte <Link to="/kontakt">telefonisch</Link>, um einen | ||
Termin zu erhalten. | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
</> | ||
</div> | ||
</header> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters