diff --git a/src/app/page.tsx b/src/app/page.tsx index 97f6732..4fefb41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,8 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { + const openingHours = "Pondělí 9–12 a 13–15, Úterý 9–12 a 13–17, Středa zavřeno, Čtvrtek 9–12 a 13–17, Pátek 9–12 a 13–17, Sobota 9–11, Neděle zavřeno."; + return (