add newsletter block

This commit is contained in:
2025-08-10 22:01:40 +02:00
parent 1209562e0b
commit 55d9bcbef8
4 changed files with 95 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import {
getOpeningHours,
getTodaysOpeningHoursForFunction,
} from "@/lib/openinghours";
import { Newsletter } from "../general/Newsletter";
async function OpeningHoursTable() {
const allOpeningHours = await getOpeningHours();
@@ -37,6 +38,7 @@ async function OpeningHoursTable() {
export const Footer = () => {
return (
<>
<Newsletter />
<footer className={styles.footer}>
<div className={styles.social}>
<h2>Følg oss</h2>