Update src/app/kontakt/page.tsx
This commit is contained in:
@@ -1,24 +1,23 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { MessageSquare, Phone, Mail } from 'lucide-react';
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { MessageSquare, Phone, Mail } from "lucide-react";
|
||||
|
||||
export default function KontaktPage() {
|
||||
const navItems = [
|
||||
{ name: "Domů", id: "/" },
|
||||
{ name: "Služby", id: "#services" },
|
||||
{ name: "Ceník", id: "#pricing" },
|
||||
{ name: "Reference", id: "#testimonials" },
|
||||
{ name: "Služby", id: "/sluzby" },
|
||||
{ name: "Ceník", id: "/cenik" },
|
||||
{ name: "Reference", id: "testimonials" },
|
||||
{ name: "Kontakt", id: "/kontakt" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Služby",
|
||||
items: [
|
||||
title: "Služby", items: [
|
||||
{ label: "Odhad pro hypotéku", href: "#services" },
|
||||
{ label: "Odhad pro prodej", href: "#services" },
|
||||
{ label: "Odhad pro dědictví", href: "#services" },
|
||||
@@ -26,17 +25,15 @@ export default function KontaktPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Společnost",
|
||||
items: [
|
||||
{ label: "O mně", href: "/" },
|
||||
title: "Společnost", items: [
|
||||
{ label: "O mně", href: "/o-mne" },
|
||||
{ label: "Reference", href: "#testimonials" },
|
||||
{ label: "Ceník", href: "/" },
|
||||
{ label: "Ceník", href: "/cenik" },
|
||||
{ label: "Blog", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Telefonicky", href: "tel:+420XXXXXXXXX" },
|
||||
{ label: "Email", href: "mailto:info@odhady-nozicka.cz" },
|
||||
{ label: "Mapa", href: "#" },
|
||||
@@ -99,7 +96,10 @@ export default function KontaktPage() {
|
||||
<form className="space-y-6 bg-card rounded-lg p-8 border border-accent">
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||||
<div className="space-y-2">
|
||||
<label htmlFor="name" className="block text-sm font-medium text-foreground">
|
||||
<label
|
||||
htmlFor="name"
|
||||
className="block text-sm font-medium text-foreground"
|
||||
>
|
||||
Jméno *
|
||||
</label>
|
||||
<input
|
||||
@@ -112,7 +112,10 @@ export default function KontaktPage() {
|
||||
/>
|
||||
</div>
|
||||
<div className="space-y-2">
|
||||
<label htmlFor="phone" className="block text-sm font-medium text-foreground">
|
||||
<label
|
||||
htmlFor="phone"
|
||||
className="block text-sm font-medium text-foreground"
|
||||
>
|
||||
Telefon *
|
||||
</label>
|
||||
<input
|
||||
@@ -127,7 +130,10 @@ export default function KontaktPage() {
|
||||
</div>
|
||||
|
||||
<div className="space-y-2">
|
||||
<label htmlFor="email" className="block text-sm font-medium text-foreground">
|
||||
<label
|
||||
htmlFor="email"
|
||||
className="block text-sm font-medium text-foreground"
|
||||
>
|
||||
Email *
|
||||
</label>
|
||||
<input
|
||||
@@ -141,7 +147,10 @@ export default function KontaktPage() {
|
||||
</div>
|
||||
|
||||
<div className="space-y-2">
|
||||
<label htmlFor="property" className="block text-sm font-medium text-foreground">
|
||||
<label
|
||||
htmlFor="property"
|
||||
className="block text-sm font-medium text-foreground"
|
||||
>
|
||||
Typ nemovitosti *
|
||||
</label>
|
||||
<select
|
||||
@@ -151,16 +160,20 @@ export default function KontaktPage() {
|
||||
className="w-full px-4 py-3 rounded-lg border border-accent bg-background focus:outline-none focus:ring-2 focus:ring-primary-cta"
|
||||
>
|
||||
<option value="">Vyberte typ nemovitosti</option>
|
||||
<option value="dom">Rodinný dům</option>
|
||||
<option value="byt">Byt</option>
|
||||
<option value="pozemek">Pozemek</option>
|
||||
<option value="kancelare">Kancelář / Komerční</option>
|
||||
<option value="byt">Byt</option>
|
||||
<option value="dum">Dům/Chata/Chalupa</option>
|
||||
<option value="bremeno">Věcné břemeno</option>
|
||||
<option value="komerce">Komerční nemovitost</option>
|
||||
<option value="jine">Jiné</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div className="space-y-2">
|
||||
<label htmlFor="purpose" className="block text-sm font-medium text-foreground">
|
||||
<label
|
||||
htmlFor="purpose"
|
||||
className="block text-sm font-medium text-foreground"
|
||||
>
|
||||
Účel odhadu *
|
||||
</label>
|
||||
<select
|
||||
@@ -179,7 +192,10 @@ export default function KontaktPage() {
|
||||
</div>
|
||||
|
||||
<div className="space-y-2">
|
||||
<label htmlFor="message" className="block text-sm font-medium text-foreground">
|
||||
<label
|
||||
htmlFor="message"
|
||||
className="block text-sm font-medium text-foreground"
|
||||
>
|
||||
Zpráva
|
||||
</label>
|
||||
<textarea
|
||||
|
||||
Reference in New Issue
Block a user