From 1d1fd578efe670cd50141bdb3db65161bc44b67b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 11:36:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5baedc7..656593a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,12 +138,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { id: "1", title: "Måndag - Fredag", content: "09:00 – 18:00" }, - { id: "2", title: "Lördag", content: "10:00 – 16:00" }, - { id: "3", title: "Söndag", content: "Stängt" } + { 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" } ]} title="Öppettider" - description="Information om när vi har öppet." + description="Våra aktuella öppettider för din bekvämlighet." faqsAnimation="slide-up" /> @@ -183,4 +183,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1