From bdcc4f8c2c12d91504911ce1650db0ad9c7c99cc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:20:13 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 337 ++++++++++++++------------------------- 1 file changed, 124 insertions(+), 213 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3175ca4..fc6f8a4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,225 +2,136 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; + +export default function ContactPage() { + const navItems = [ + { + name: "Úvod", id: "/" + }, + { + name: "Služby", id: "/services" + }, + { + name: "Galerie", id: "/gallery" + }, + { + name: "Reference", id: "/reviews" + }, + { + name: "Kontakt", id: "/contact" + } + ]; + + const themeProps = { + defaultButtonVariant: "text-shift", defaultTextAnimation: "background-highlight", borderRadius: "soft", contentWidth: "mediumSmall", sizing: "mediumSizeLargeTitles", background: "blurBottom", cardStyle: "inset", primaryButtonStyle: "flat", secondaryButtonStyle: "solid", headingFontWeight: "bold" + }; + + const contactSectionProps = { + "tag": "Kontaktujte nás", "title": "Získejte nezávaznou cenovou nabídku do 24 hodin!", "description": "Náš tým je připraven vám poradit a připravit individuální nabídku šitou na míru vašim potřebám. Kontaktujte nás ještě dnes.\n\n**Telefon:** 773 553 388\n**Adresa:** Husova 1622/10, 586 01 Jihlava\n**Otevírací doba:** Po-Pá 8:00 - 17:00", "background": { + "variant": "plain" + }, + "mediaAnimation": "slide-up", "mediaPosition": "right", "imageSrc": "http://img.b2bpic.net/free-photo/finding-their-desitination-map_53876-24771.jpg", "imageAlt": "Map showing location of OKNOPLAST – MP, s.r.o. in Jihlava", "inputPlaceholder": "Vaše jméno a příjmení", "buttonText": "Odeslat poptávku", "termsText": "Odesláním formuláře souhlasíte se zpracováním osobních údajů.", "useInvertedBackground": false + }; + + const footerSectionProps = { + "logoText": "OKNOPLAST – MP, s.r.o.", "columns": [ + { + "items": [ + { + "label": "Úvod", "href": "/" + }, + { + "label": "Služby", "href": "/services" + }, + { + "label": "Galerie", "href": "/gallery" + }, + { + "label": "Reference", "href": "/reviews" + }, + { + "label": "Kontakt", "href": "/contact" + } + ] + }, + { + "items": [ + { + "label": "Plastová okna", "href": "/services" + }, + { + "label": "Vchodové dveře", "href": "/services" + }, + { + "label": "Terasové dveře", "href": "/services" + }, + { + "label": "Montáž a servis", "href": "/services" + } + ] + }, + { + "items": [ + { + "label": "Telefon: 773 553 388", "href": "tel:773553388" + }, + { + "label": "Email: info@plastovaoknajihlava.cz", "href": "mailto:info@plastovaoknajihlava.cz" + }, + { + "label": "Adresa: Husova 1622/10, Jihlava", "href": "https://maps.app.goo.gl/example" + } + ] + }, + { + "items": [ + { + "label": "O nás", "href": "/about" + }, + { + "label": "Naše hodnocení", "href": "/reviews" + }, + { + "label": "Kariéra", "href": "#" + } + ] + }, + { + "items": [ + { + "label": "Zásady ochrany osobních údajů", "href": "#" + }, + { + "label": "Cookies", "href": "#" + } + ] + } + ] + }; -export default function LandingPage() { return ( - + - + -
- -
+
+ +
-
- -
- -
- -
- - +
); -- 2.49.1 From 7aee888a1b72b7ddcef968a44b363730a7202972 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:20:14 +0000 Subject: [PATCH 2/2] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 480 ++++++++++++++++++--------------------- 1 file changed, 216 insertions(+), 264 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 150ce67..f7f8932 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -2,277 +2,229 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Building, CheckCircle, Lock, Shield, ShieldCheck, Sun, PanelTopOpen, Hammer } from "lucide-react"; + +export default function GalleryPage() { + const navItems = [ + { + name: "Úvod", id: "/" + }, + { + name: "Služby", id: "/services" + }, + { + name: "Galerie", id: "/gallery" + }, + { + name: "Reference", id: "/reviews" + }, + { + name: "Kontakt", id: "/contact" + } + ]; + + const themeProps = { + defaultButtonVariant: "text-shift", defaultTextAnimation: "background-highlight", borderRadius: "soft", contentWidth: "mediumSmall", sizing: "mediumSizeLargeTitles", background: "blurBottom", cardStyle: "inset", primaryButtonStyle: "flat", secondaryButtonStyle: "solid", headingFontWeight: "bold" + }; + + const featureSectionProps = { + "title": "Naše služby", "description": "Nabízíme komplexní řešení pro vaše okna a dveře, od poradenství po kompletní montáž s důrazem na detail.", "features": [ + { + "id": "1", "title": "Plastová okna", "description": "Široká nabídka plastových oken nejvyšší kvality s vynikajícími izolačními vlastnostmi a dlouhou životností.", "media": { + "imageSrc": "http://img.b2bpic.net/free-photo/silhouette-business-man-front-window_23-2147626388.jpg" + }, + "items": [ + { + "icon": CheckCircle, + "text": "Energetická účinnost" + }, + { + "icon": Shield, + "text": "Bezpečnost" + } + ], + "reverse": false + }, + { + "id": "2", "title": "Vchodové dveře", "description": "Moderní vchodové dveře, včetně prémiových modelů Despiro, které kombinují styl a maximální zabezpečení.", "media": { + "imageSrc": "http://img.b2bpic.net/free-photo/modern-door-handle-keys-cylinder-blue-interior-door_169016-68877.jpg" + }, + "items": [ + { + "icon": Lock, + "text": "Design a styl" + }, + { + "icon": ShieldCheck, + "text": "Vysoká odolnost" + } + ], + "reverse": true + }, + { + "id": "3", "title": "Terasové dveře", "description": "Praktická a elegantní řešení pro terasy a balkony, zajišťující plynulý přechod mezi interiérem a exteriérem.", "media": { + "imageSrc": "http://img.b2bpic.net/free-photo/girl-red-sports-uniform-practising-yoga-home_1157-34528.jpg" + }, + "items": [ + { + "icon": Sun, + "text": "Maximalizace světla" + }, + { + "icon": PanelTopOpen, + "text": "Snadná manipulace" + } + ], + "reverse": false + }, + { + "id": "4", "title": "Montáž a zednické práce", "description": "Kompletní servis zahrnující odbornou montáž a následné zednické práce pro dokonalý výsledek bez starostí.", "media": { + "imageSrc": "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530810.jpg" + }, + "items": [ + { + "icon": Hammer, + "text": "Profesionální instalace" + }, + { + "icon": Building, + "text": "Kompletní zednické práce" + } + ], + "reverse": true + } + ], + "textboxLayout": "default", "animationType": "slide-up", "useInvertedBackground": false + }; + + const productSectionProps = { + "title": "Naše realizace", "description": "Prohlédněte si výběr našich dokončených projektů a inspirujte se pro váš domov.", "products": [ + { + "id": "proj1", "name": "Rodinný dům Jihlava", "price": "", "variant": "Plastová okna", "imageSrc": "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-986.jpg" + }, + { + "id": "proj2", "name": "Vchodové dveře Despiro", "price": "", "variant": "Moderní design", "imageSrc": "http://img.b2bpic.net/free-photo/village-landscape_1182-950.jpg" + }, + { + "id": "proj3", "name": "Bytový komplex Třebíč", "price": "", "variant": "Kompletní výměna oken", "imageSrc": "http://img.b2bpic.net/free-photo/pretty-girl-sitting-window-sill-with-smartphone-hands_1153-3962.jpg" + }, + { + "id": "proj4", "name": "Terasové dveře s posuvem", "price": "", "variant": "Maximální prosvětlení", "imageSrc": "http://img.b2bpic.net/free-photo/woman-home-using-laptop_23-2148933621.jpg" + }, + { + "id": "proj5", "name": "Rekonstrukce fasády", "price": "", "variant": "Zednické práce", "imageSrc": "http://img.b2bpic.net/free-photo/weathered-red-brick-grey-concrete-wall-texture_632498-60824.jpg" + }, + { + "id": "proj6", "name": "Nová okna pro chalupu", "price": "", "variant": "Styl a funkčnost", "imageSrc": "http://img.b2bpic.net/free-photo/old-rural-house-with-canopy-entrance_1268-15654.jpg" + } + ], + "gridVariant": "three-columns-all-equal-width", "animationType": "slide-up", "textboxLayout": "default", "useInvertedBackground": true + }; + + const footerSectionProps = { + "logoText": "OKNOPLAST – MP, s.r.o.", "columns": [ + { + "items": [ + { + "label": "Úvod", "href": "/" + }, + { + "label": "Služby", "href": "/services" + }, + { + "label": "Galerie", "href": "/gallery" + }, + { + "label": "Reference", "href": "/reviews" + }, + { + "label": "Kontakt", "href": "/contact" + } + ] + }, + { + "items": [ + { + "label": "Plastová okna", "href": "/services" + }, + { + "label": "Vchodové dveře", "href": "/services" + }, + { + "label": "Terasové dveře", "href": "/services" + }, + { + "label": "Montáž a servis", "href": "/services" + } + ] + }, + { + "items": [ + { + "label": "Telefon: 773 553 388", "href": "tel:773553388" + }, + { + "label": "Email: info@plastovaoknajihlava.cz", "href": "mailto:info@plastovaoknajihlava.cz" + }, + { + "label": "Adresa: Husova 1622/10, Jihlava", "href": "https://maps.app.goo.gl/example" + } + ] + }, + { + "items": [ + { + "label": "O nás", "href": "/about" + }, + { + "label": "Naše hodnocení", "href": "/reviews" + }, + { + "label": "Kariéra", "href": "#" + } + ] + }, + { + "items": [ + { + "label": "Zásady ochrany osobních údajů", "href": "#" + }, + { + "label": "Cookies", "href": "#" + } + ] + } + ] + }; -export default function LandingPage() { return ( - + - + - +
+ +
- + - - - +
); -- 2.49.1