only show newsletter block on front page for now

This commit is contained in:
2025-08-11 00:04:24 +02:00
parent 55d9bcbef8
commit c8b0c99d8d
2 changed files with 34 additions and 32 deletions

View File

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