From 02af7d857b64d8259b5356f5c69c0fba3e440bc9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:03:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) 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 (