From 9e587b5cf18f684632d0570777b7b2d5ffc4490b Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 18:43:16 +0000 Subject: [PATCH] Bob AI: Perform multiple updates across the page: 1. Update contact --- src/components/Layout.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 61a472e..cfbe342 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -15,10 +15,6 @@ export default function Layout() { "name": "Služby", "href": "#services" }, - { - "name": "Ceník", - "href": "#pricing" - }, { "name": "Kontakt", "href": "#contact" @@ -59,12 +55,12 @@ export default function Layout() { title: "DENTILKA s.r.o.", items: [ { - label: "Telefon: +420 000 000 000", - href: "#", + label: "Telefon: +420 724 522 820", + href: "tel:+420724522820", }, { - label: "E-mail: ordinace@dentilka.cz", - href: "#", + label: "E-mail: dentilka@centrum.cz", + href: "mailto:dentilka@centrum.cz", }, ], }, @@ -96,9 +92,9 @@ export default function Layout() { }, ]} leftText="© 2024 DENTILKA s.r.o. Všechna práva vyhrazena." - rightText="IČO: XXXXXXXX | Datová schránka: XXXXXXXX" + rightText="IČO: 09091653" /> ); -} +} \ No newline at end of file -- 2.49.1