-
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.
* Remove pages * remove partner * Add some links
- Loading branch information
Showing
10 changed files
with
75 additions
and
698 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,28 @@ | ||
import { FC, ReactNode } from 'react'; | ||
import { FC } from 'react'; | ||
import { Navigation } from '../components/navigation'; | ||
import { Display } from '../identity/typography/display'; | ||
import { Lead } from '../identity/typography/lead'; | ||
|
||
type Props = { | ||
title: string; | ||
search: ReactNode; | ||
children: ReactNode; | ||
}; | ||
|
||
export const Hero: FC<Props> = ({ title, search, children }) => ( | ||
export const Hero: FC = () => ( | ||
<div className="hero-section"> | ||
<Navigation /> | ||
|
||
<div className="container emma-container"> | ||
<div className="hero-stage"> | ||
<div className="text"> | ||
<Display>Unterstütze den lokalen Handel!</Display> | ||
<Display>Emma hat geschlossen :(</Display> | ||
|
||
<Lead> | ||
Finde Unternehmen, die während der ausserordentlichen Lage Ihre Produkte zum Abholen oder sogar eine | ||
Heimlieferung anbieten. | ||
Mit schwerem Herzen haben wir uns dazu entschlossen, Emma zu schliessen. Andere Projekte konnten in der kurzen | ||
Zeit einen weitaus höheren Mehrwert für Unternehmen und Kunden generieren. | ||
</Lead> | ||
<Lead>Es war uns dennoch eine Freude. Bleibt gesund!</Lead> | ||
</div> | ||
|
||
<img className="img" src="/img/illus/illu-hero2.svg" alt="" /> | ||
|
||
</div> | ||
|
||
{search} | ||
<img className="img" src="/img/illus/illu-hero2.svg" alt="" /> | ||
</div> | ||
|
||
<h2 className="text-center text-3xl font-semibold">{title}</h2> | ||
</div> | ||
<div className="container category-outer"> | ||
<div className="category-container">{children}</div> | ||
<h2 className="text-center text-3xl font-semibold">Andere Projekte</h2> | ||
</div> | ||
</div> | ||
); |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
3fbf992
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to following URLs: