4 Commits

Author SHA1 Message Date
4be0051cfd Merge version_3_1781548892833 into main
Merge version_3_1781548892833 into main
2026-06-15 18:44:23 +00:00
kudinDmitriyUp
9e587b5cf1 Bob AI: Perform multiple updates across the page: 1. Update contact 2026-06-15 18:43:16 +00:00
e4e051cf4f Merge version_2_1781548801680 into main
Merge version_2_1781548801680 into main
2026-06-15 18:40:34 +00:00
kudinDmitriyUp
1bb7f61700 Bob AI: Remove pricing section (pricing) 2026-06-15 18:40:30 +00:00
2 changed files with 6 additions and 51 deletions

View File

@@ -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"
/>
</SectionErrorBoundary>
</StyleProvider>
);
}
}

View File

@@ -122,47 +122,6 @@ export default function HomePage() {
</SectionErrorBoundary>
</div>
<div id="pricing" data-section="pricing">
<SectionErrorBoundary name="pricing">
<PricingMediaCards
tag="Ceník"
title="Transparentní ceny"
description="Uvedené ceny jsou orientační. Aktuální informace získáte při konzultaci."
plans={[
{
tag: "Základ",
price: "od 500 Kč",
period: "dle výkonu",
features: [
"Preventivní prohlídka",
"RTG vyšetření",
"Anestezie",
],
primaryButton: {
text: "Rezervovat",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg",
},
{
tag: "Ostatní",
price: "individuální",
period: "dle rozsahu",
features: [
"Protetika",
"Implantáty",
"Bělení",
],
primaryButton: {
text: "Rezervovat",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/hotel-reception-unfocused_1203-1246.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<div id="team" data-section="team">
<SectionErrorBoundary name="team">