add pig pattern to footer

This commit is contained in:
2024-08-05 21:00:22 +02:00
parent 92b9c1b890
commit 8442ee81f3
3 changed files with 30 additions and 0 deletions
+4
View File
@@ -36,6 +36,7 @@ async function OpeningHoursTable() {
export const Footer = () => {
return (
<>
<footer className={styles.footer}>
<div className={styles.social}>
<h2 className="suphead">Følg oss</h2>
@@ -124,5 +125,8 @@ export const Footer = () => {
<ToTop />
</div>
</footer>
<div className={styles.pigPattern}>
</div>
</>
);
};