Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d1fd578ef | |||
| 5b0ee46140 | |||
| a7ab86f0e2 |
@@ -138,12 +138,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "1", title: "Måndag - Fredag", content: "09:00 – 18:00" },
|
{ id: "1", title: "Måndag - Torsdag", content: "09:00 – 19:00" },
|
||||||
{ id: "2", title: "Lördag", content: "10:00 – 16:00" },
|
{ id: "2", title: "Fredag - Lördag", content: "10:00 – 21:00" },
|
||||||
{ id: "3", title: "Söndag", content: "Stängt" }
|
{ id: "3", title: "Söndag", content: "12:00 – 17:00" }
|
||||||
]}
|
]}
|
||||||
title="Öppettider"
|
title="Öppettider"
|
||||||
description="Information om när vi har öppet."
|
description="Våra aktuella öppettider för din bekvämlighet."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user