From 9791db18b5aee6bf04c2751c9b5dc9ed89cc5dcf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:43:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 98422d3..22e8ddd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,9 +136,9 @@ export default function LandingPage() { title="Nyitvatartás" description="Szinte mindig megtalál bennünket amikor szüksége van rá" metrics={[ - { id: "1", value: "H-P: 8:00-19:00", description: "Hétfő – Péntek" }, - { id: "2", value: "Szombat: 8:00-13:00", description: "Szombat nyitvatartás" }, - { id: "3", value: "Vas: Zárva", description: "Vasárnap" } + { id: "1", value: "Hétfő – Péntek", description: "8:00–19:00" }, + { id: "2", value: "Szombat", description: "8:00–13:00" }, + { id: "3", value: "Vasárnap", description: "Zárva" } ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -195,4 +195,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file