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