From b1f4095a9dc43dc0a7b99406353441ea49ce7646 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 11:38:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 656593a..928943f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,9 +138,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { id: "1", title: "Måndag - Torsdag", content: "09:00 – 19:00" }, - { id: "2", title: "Fredag - Lördag", content: "10:00 – 21:00" }, - { id: "3", title: "Söndag", content: "12:00 – 17:00" } + { id: "1", title: "Öppettider", content: "Måndag - Fredag: 09:00 - 17:00" }, + { id: "2", title: "Lördag", content: "Stängt" }, + { id: "3", title: "Söndag", content: "Stängt" } ]} title="Öppettider" description="Våra aktuella öppettider för din bekvämlighet." -- 2.49.1