diff --git a/src/app/cenik/page.tsx b/src/app/cenik/page.tsx index 03623e7..64f5c77 100644 --- a/src/app/cenik/page.tsx +++ b/src/app/cenik/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; +import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import SplitAbout from "@/components/sections/about/SplitAbout"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; @@ -12,16 +12,15 @@ import { CheckCircle, Phone, MessageSquare, MapPin } from "lucide-react"; export default function PricingPage() { const navItems = [ { name: "Domů", id: "/" }, - { name: "Služby", id: "services" }, - { name: "Ceník", id: "pricing" }, + { name: "Služby", id: "/sluzby" }, + { name: "Ceník", id: "/cenik" }, { name: "Reference", id: "testimonials" }, - { name: "Kontakt", id: "contact" }, + { name: "Kontakt", id: "/kontakt" }, ]; const footerColumns = [ { - title: "Služby", - items: [ + title: "Služby", items: [ { label: "Odhad pro hypotéku", href: "/" }, { label: "Odhad pro prodej", href: "/" }, { label: "Odhad pro dědictví", href: "/" }, @@ -29,8 +28,7 @@ export default function PricingPage() { ], }, { - title: "Společnost", - items: [ + title: "Společnost", items: [ { label: "O mně", href: "/o-mne" }, { label: "Reference", href: "#testimonials" }, { label: "Ceník", href: "/cenik" }, @@ -38,12 +36,11 @@ export default function PricingPage() { ], }, { - title: "Kontakt", - items: [ + title: "Kontakt", items: [ { label: "Telefonicky", href: "tel:+420XXXXXXXXX" }, { label: "Email", href: "mailto:info@odhady-nozicka.cz" }, { label: "Mapa", href: "#" }, - { label: "Poptávka", href: "/cenik" }, + { label: "Poptávka", href: "/kontakt" }, ], }, ]; @@ -71,41 +68,80 @@ export default function PricingPage() {
-
+
+
+
+
+

+ Kombinované nemovitosti a více nemovitostí +

+

+ Odhady kombinovaných nemovitostí (např. byt se zahradou, pozemek s chybějícím domem) a odhady více nemovitostí jsou oceňovány individuálně. +

+

+ Prosím kontaktujte nás pro přesné stanovení ceny vaší konkrétní situace. Rádi vám poskytneme nezávaznou nabídku. +

+
+
+
+
+
-
-