Merge version_2 into main #4
@@ -2,248 +2,208 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import { Clock, Lightbulb, Palette, Sparkles, Trophy, Truck, Users } from "lucide-react";
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Clock, Lightbulb, Palette, Sparkles, Truck, Users, Trophy, Speech, RefreshCcw } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ForCompaniesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Oferta",
|
||||
id: "/oferta",
|
||||
},
|
||||
{
|
||||
name: "Realizacje",
|
||||
id: "/realizacje",
|
||||
},
|
||||
{
|
||||
name: "Dla firm (B2B)",
|
||||
id: "/dla-firm",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "/faq",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/kontakt",
|
||||
},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg"
|
||||
logoAlt="ZPCHR Wyrób Rękawic i Konfekcji Technicznej logo"
|
||||
brandName="ZPCHR"
|
||||
button={{
|
||||
text: "Zapytaj o wycenę",
|
||||
href: "/kontakt",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Oferta", id: "/oferta"
|
||||
},
|
||||
{
|
||||
name: "Realizacje", id: "/realizacje"
|
||||
},
|
||||
{
|
||||
name: "Dla firm (B2B)", id: "/dla-firm"
|
||||
},
|
||||
{
|
||||
name: "FAQ", id: "/faq"
|
||||
},
|
||||
{
|
||||
name: "Kontakt", id: "/kontakt"
|
||||
}
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg"
|
||||
logoAlt="ZPCHR Wyrób Rękawic i Konfekcji Technicznej logo"
|
||||
brandName="ZPCHR"
|
||||
button={{
|
||||
text: "Zapytaj o wycenę", href: "/kontakt"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="for-companies" data-section="for-companies">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Kompleksowe doradztwo",
|
||||
description: "Pomagamy dobrać najlepsze rozwiązania pod kątem specyfiki pracy i branży. Dobór pod warunki pracy. Wykonanie na poziomie.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-with-tablet-working-logistic_23-2148886826.jpg",
|
||||
imageAlt: "Konsultant doradzający firmie",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Speech,
|
||||
text: "Indywidualne podejście",
|
||||
},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
text: "Optymalne rozwiązania",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
text: "Zespół ekspertów",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg?_wi=3",
|
||||
imageAlt: "business consultation industrial client",
|
||||
},
|
||||
{
|
||||
title: "Personalizacja z logo",
|
||||
description: "Trwałe hafty i nadruki, które wzmocnią wizerunek Twojej firmy na odzieży roboczej. Odzież techniczna na lata — z logo Twojej firmy.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-scary-clown-abandoned-building_23-2150529973.jpg",
|
||||
imageAlt: "Haftowanie logo na odzieży",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Palette,
|
||||
text: "Haft & nadruk",
|
||||
},
|
||||
{
|
||||
icon: Trophy,
|
||||
text: "Wzmocnienie marki",
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Estetyczny wygląd",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg?_wi=4",
|
||||
imageAlt: "business consultation industrial client",
|
||||
},
|
||||
{
|
||||
title: "Szybka i elastyczna realizacja",
|
||||
description: "Sprawne procesy produkcyjne i logistyczne, aby Twoje zamówienie dotarło na czas. Bezpiecznie i skutecznie.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-girl-blue-uniform-cap-holding-clipboard-with-friendly-smile-standing-isolated-purple_141793-16816.jpg",
|
||||
imageAlt: "Dostawa paczek z odzieżą",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Clock,
|
||||
text: "Terminowość",
|
||||
},
|
||||
{
|
||||
icon: RefreshCcw,
|
||||
text: "Elastyczność zamówień",
|
||||
},
|
||||
{
|
||||
icon: Truck,
|
||||
text: "Sprawna logistyka",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-doing-ok-sign-showing-thumbs-up-standing-green-background_141793-117286.jpg?_wi=3",
|
||||
imageAlt: "business consultation industrial client",
|
||||
},
|
||||
]}
|
||||
title="Zamówienia firmowe — sprawnie, konkretnie, z doradztwem."
|
||||
description="Zapewniamy kompleksową obsługę w zakresie odzieży i rękawic roboczych, dopasowaną do potrzeb każdego przedsiębiorstwa. Jakość, która trzyma się w pracy."
|
||||
/>
|
||||
</div>
|
||||
<div id="for-companies" data-section="for-companies">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Kompleksowe doradztwo", description: "Pomagamy dobrać najlepsze rozwiązania pod kątem specyfiki pracy i branży. Dobór pod warunki pracy. Wykonanie na poziomie.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-with-tablet-working-logistic_23-2148886826.jpg", imageAlt: "Konsultant doradzający firmie"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Speech,
|
||||
text: "Indywidualne podejście"
|
||||
},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
text: "Optymalne rozwiązania"
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
text: "Zespół ekspertów"
|
||||
}
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Personalizacja z logo", description: "Trwałe hafty i nadruki, które wzmocnią wizerunek Twojej firmy na odzieży roboczej. Odzież techniczna na lata — z logo Twojej firmy.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-scary-clown-abandoned-building_23-2150529973.jpg", imageAlt: "Haftowanie logo na odzieży"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Palette,
|
||||
text: "Haft & nadruk"
|
||||
},
|
||||
{
|
||||
icon: Trophy,
|
||||
text: "Wzmocnienie marki"
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Estetyczny wygląd"
|
||||
}
|
||||
],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Szybka i elastyczna realizacja", description: "Sprawne procesy produkcyjne i logistyczne, aby Twoje zamówienie dotarło na czas. Bezpiecznie i skutecznie.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-girl-blue-uniform-cap-holding-clipboard-with-friendly-smile-standing-isolated-purple_141793-16816.jpg", imageAlt: "Dostawa paczek z odzieżą"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Clock,
|
||||
text: "Terminowość"
|
||||
},
|
||||
{
|
||||
icon: RefreshCcw,
|
||||
text: "Elastyczność zamówień"
|
||||
},
|
||||
{
|
||||
icon: Truck,
|
||||
text: "Sprawna logistyka"
|
||||
}
|
||||
],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Zamówienia firmowe — sprawnie, konkretnie, z doradztwem."
|
||||
description="Zapewniamy kompleksową obsługę w zakresie odzieży i rękawic roboczych, dopasowaną do potrzeb każdego przedsiębiorstwa. Jakość, która trzyma się w pracy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="b2b-contact" data-section="b2b-contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
text="Potrzebujesz odzieży dla swojego zespołu? Skontaktuj się z nami! Gwarantujemy profesjonalne doradztwo i szybką wycenę zamówienia firmowego. Odzież techniczna na lata — z logo Twojej firmy."
|
||||
buttons={[
|
||||
{
|
||||
text: "Wyceń zamówienie firmowe",
|
||||
href: "/kontakt",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="b2b-contact" data-section="b2b-contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"
|
||||
}}
|
||||
text="Potrzebujesz odzieży dla swojego zespołu? Skontaktuj się z nami! Gwarantujemy profesjonalne doradztwo i szybką wycenę zamówienia firmowego. Odzież techniczna na lata — z logo Twojej firmy."
|
||||
buttons={[
|
||||
{
|
||||
text: "Wyceń zamówienie firmowe", href: "/kontakt"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Oferta",
|
||||
items: [
|
||||
{
|
||||
label: "Rękawice techniczne",
|
||||
href: "/oferta#rekawice",
|
||||
},
|
||||
{
|
||||
label: "Odzież ocieplana",
|
||||
href: "/oferta#ocieplana",
|
||||
},
|
||||
{
|
||||
label: "Odzież przeciwdeszczowa",
|
||||
href: "/oferta#przeciwdeszczowa",
|
||||
},
|
||||
{
|
||||
label: "Konfekcja z logo",
|
||||
href: "/oferta#konfekcja-logo",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Firma",
|
||||
items: [
|
||||
{
|
||||
label: "Realizacje",
|
||||
href: "/realizacje",
|
||||
},
|
||||
{
|
||||
label: "Dla firm (B2B)",
|
||||
href: "/dla-firm",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "/kontakt",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informacje",
|
||||
items: [
|
||||
{
|
||||
label: "Regulamin",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "RODO",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Polityka prywatności",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Godziny otwarcia: Pon–Pt 8:00–16:00",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
{
|
||||
label: "📞 (32) 299-16-62",
|
||||
href: "tel:+48322991662",
|
||||
},
|
||||
{
|
||||
label: "📍 Wygoda 10a, 41-208 Sosnowiec",
|
||||
href: "https://www.google.com/maps/search/Wygoda+10a,+41-208+Sosnowiec",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 ZPCHR Czerwiński Mirosław, Sosnowiec. Wszelkie prawa zastrzeżone."
|
||||
bottomRightText="Wyrób Rękawic i Konfekcji Technicznej"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Oferta", items: [
|
||||
{
|
||||
label: "Rękawice techniczne", href: "/oferta#rekawice"
|
||||
},
|
||||
{
|
||||
label: "Odzież ocieplana", href: "/oferta#ocieplana"
|
||||
},
|
||||
{
|
||||
label: "Odzież przeciwdeszczowa", href: "/oferta#przeciwdeszczowa"
|
||||
},
|
||||
{
|
||||
label: "Konfekcja z logo", href: "/oferta#konfekcja-logo"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Firma", items: [
|
||||
{
|
||||
label: "Realizacje", href: "/realizacje"
|
||||
},
|
||||
{
|
||||
label: "Dla firm (B2B)", href: "/dla-firm"
|
||||
},
|
||||
{
|
||||
label: "FAQ", href: "/faq"
|
||||
},
|
||||
{
|
||||
label: "Kontakt", href: "/kontakt"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Informacje", items: [
|
||||
{
|
||||
label: "Regulamin", href: "#"
|
||||
},
|
||||
{
|
||||
label: "RODO", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Polityka prywatności", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Godziny otwarcia: Pon–Pt 8:00–16:00", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "📞 (32) 299-16-62", href: "tel:+48322991662"
|
||||
},
|
||||
{
|
||||
label: "📍 Wygoda 10a, 41-208 Sosnowiec", href: "https://www.google.com/maps/search/Wygoda+10a,+41-208+Sosnowiec"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 ZPCHR Czerwiński Mirosław, Sosnowiec. Wszelkie prawa zastrzeżone."
|
||||
bottomRightText="Wyrób Rękawic i Konfekcji Technicznej"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -4,250 +4,209 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import { FastForward, HelpCircle, Lightbulb, ShieldCheck, Star, Tag, Users } from "lucide-react";
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { FastForward, HelpCircle, Lightbulb, Star, Tag, Truck, Users, ShieldCheck, Calculator, Handshake } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Oferta",
|
||||
id: "/oferta",
|
||||
},
|
||||
{
|
||||
name: "Realizacje",
|
||||
id: "/realizacje",
|
||||
},
|
||||
{
|
||||
name: "Dla firm (B2B)",
|
||||
id: "/dla-firm",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "/faq",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/kontakt",
|
||||
},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg"
|
||||
logoAlt="ZPCHR Wyrób Rękawic i Konfekcji Technicznej logo"
|
||||
brandName="ZPCHR"
|
||||
button={{
|
||||
text: "Zapytaj o wycenę",
|
||||
href: "/kontakt",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Oferta", id: "/oferta"
|
||||
},
|
||||
{
|
||||
name: "Realizacje", id: "/realizacje"
|
||||
},
|
||||
{
|
||||
name: "Dla firm (B2B)", id: "/dla-firm"
|
||||
},
|
||||
{
|
||||
name: "FAQ", id: "/faq"
|
||||
},
|
||||
{
|
||||
name: "Kontakt", id: "/kontakt"
|
||||
}
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg"
|
||||
logoAlt="ZPCHR Wyrób Rękawic i Konfekcji Technicznej logo"
|
||||
brandName="ZPCHR"
|
||||
button={{
|
||||
text: "Zapytaj o wycenę", href: "/kontakt"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-main" data-section="contact-main">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
text="Zapytaj o wycenę — odpowiemy szybko i konkretnie. \n\nNapisz do nas lub zadzwoń! Jesteśmy dostępni, aby odpowiedzieć na wszystkie Twoje pytania i przygotować spersonalizowaną ofertę. Odpowiemy z propozycją i wyceną. Bez zobowiązań. \n\n📞 (32) 299-16-62 \n📍 Wygoda 10a, 41-208 Sosnowiec \n🕘 Pon–Pt 8:00–16:00"
|
||||
buttons={[
|
||||
{
|
||||
text: "Zadzwoń teraz",
|
||||
href: "tel:+48322991662",
|
||||
},
|
||||
{
|
||||
text: "Lokalizacja (Google Maps)",
|
||||
href: "https://www.google.com/maps/search/Wygoda+10a,+41-208+Sosnowiec",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact-main" data-section="contact-main">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"
|
||||
}}
|
||||
text="Zapytaj o wycenę — odpowiemy szybko i konkretnie. \n\nNapisz do nas lub zadzwoń! Jesteśmy dostępni, aby odpowiedzieć na wszystkie Twoje pytania i przygotować spersonalizowaną ofertę. Odpowiemy z propozycją i wyceną. Bez zobowiązań. \n\n📞 (32) 299-16-62 \n📍 Wygoda 10a, 41-208 Sosnowiec \n🕘 Pon–Pt 8:00–16:00"
|
||||
buttons={[
|
||||
{
|
||||
text: "Zadzwoń teraz", href: "tel:+48322991662"
|
||||
},
|
||||
{
|
||||
text: "Lokalizacja (Google Maps)", href: "https://www.google.com/maps/search/Wygoda+10a,+41-208+Sosnowiec"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-benefits" data-section="contact-benefits">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Indywidualne doradztwo",
|
||||
description: "Nasi eksperci pomogą Ci wybrać idealne produkty, dopasowane do Twoich unikalnych potrzeb i warunków pracy.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/company-director-showing-shareholders-data-notebook_482257-112210.jpg",
|
||||
imageAlt: "Konsultanci pomagający klientowi",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Users,
|
||||
text: "Zespół ekspertów",
|
||||
},
|
||||
{
|
||||
icon: HelpCircle,
|
||||
text: "Pełne wsparcie",
|
||||
},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
text: "Rozwiązania szyte na miarę",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg?_wi=4",
|
||||
imageAlt: "business team discussing workwear needs",
|
||||
},
|
||||
{
|
||||
title: "Szybka wycena",
|
||||
description: "Przygotujemy szczegółową i konkurencyjną wycenę w krótkim czasie, bez żadnych zobowiązań. Transparentność i szybkość.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-friday-sales-elements-composition_23-2148665629.jpg",
|
||||
imageAlt: "Kalkulator i dokumenty finansowe",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Calculator,
|
||||
text: "Transparentność cen",
|
||||
},
|
||||
{
|
||||
icon: FastForward,
|
||||
text: "Szybka odpowiedź",
|
||||
},
|
||||
{
|
||||
icon: Tag,
|
||||
text: "Konkurencyjne oferty",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg?_wi=5",
|
||||
imageAlt: "business team discussing workwear needs",
|
||||
},
|
||||
{
|
||||
title: "Gwarancja jakości",
|
||||
description: "Wybierając ZPCHR, inwestujesz w trwałość i bezpieczeństwo, potwierdzone pozytywnymi opiniami klientów. Jakość, która trzyma się w pracy.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-fancy-font-concept_53876-124940.jpg",
|
||||
imageAlt: "Certyfikat jakości i uścisk dłoni",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Sprawdzone produkty",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
text: "Zadowolenie gwarantowane",
|
||||
},
|
||||
{
|
||||
icon: Handshake,
|
||||
text: "Zaufany partner",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-doing-ok-sign-showing-thumbs-up-standing-green-background_141793-117286.jpg?_wi=4",
|
||||
imageAlt: "business team discussing workwear needs",
|
||||
},
|
||||
]}
|
||||
title="Dlaczego warto się z nami skontaktować?"
|
||||
description="Gwarantujemy indywidualne podejście i wsparcie na każdym etapie współpracy, zapewniając najlepsze rozwiązania dla Twojej firmy. Odzież techniczna na lata — z logo Twojej firmy."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact-benefits" data-section="contact-benefits">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Indywidualne doradztwo", description: "Nasi eksperci pomogą Ci wybrać idealne produkty, dopasowane do Twoich unikalnych potrzeb i warunków pracy.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/company-director-showing-shareholders-data-notebook_482257-112210.jpg", imageAlt: "Konsultanci pomagający klientowi"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Users,
|
||||
text: "Zespół ekspertów"
|
||||
},
|
||||
{
|
||||
icon: HelpCircle,
|
||||
text: "Pełne wsparcie"
|
||||
},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
text: "Rozwiązania szyte na miarę"
|
||||
}
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Szybka wycena", description: "Przygotujemy szczegółową i konkurencyjną wycenę w krótkim czasie, bez żadnych zobowiązań. Transparentność i szybkość.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-friday-sales-elements-composition_23-2148665629.jpg", imageAlt: "Kalkulator i dokumenty finansowe"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Calculator,
|
||||
text: "Transparentność cen"
|
||||
},
|
||||
{
|
||||
icon: FastForward,
|
||||
text: "Szybka odpowiedź"
|
||||
},
|
||||
{
|
||||
icon: Tag,
|
||||
text: "Konkurencyjne oferty"
|
||||
}
|
||||
],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Gwarancja jakości", description: "Wybierając ZPCHR, inwestujesz w trwałość i bezpieczeństwo, potwierdzone pozytywnymi opiniami klientów. Jakość, która trzyma się w pracy.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-fancy-font-concept_53876-124940.jpg", imageAlt: "Certyfikat jakości i uścisk dłoni"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Sprawdzone produkty"
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
text: "Zadowolenie gwarantowane"
|
||||
},
|
||||
{
|
||||
icon: Handshake,
|
||||
text: "Zaufany partner"
|
||||
}
|
||||
],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Dlaczego warto się z nami skontaktować?"
|
||||
description="Gwarantujemy indywidualne podejście i wsparcie na każdym etapie współpracy, zapewniając najlepsze rozwiązania dla Twojej firmy. Odzież techniczna na lata — z logo Twojej firmy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Oferta",
|
||||
items: [
|
||||
{
|
||||
label: "Rękawice techniczne",
|
||||
href: "/oferta#rekawice",
|
||||
},
|
||||
{
|
||||
label: "Odzież ocieplana",
|
||||
href: "/oferta#ocieplana",
|
||||
},
|
||||
{
|
||||
label: "Odzież przeciwdeszczowa",
|
||||
href: "/oferta#przeciwdeszczowa",
|
||||
},
|
||||
{
|
||||
label: "Konfekcja z logo",
|
||||
href: "/oferta#konfekcja-logo",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Firma",
|
||||
items: [
|
||||
{
|
||||
label: "Realizacje",
|
||||
href: "/realizacje",
|
||||
},
|
||||
{
|
||||
label: "Dla firm (B2B)",
|
||||
href: "/dla-firm",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "/kontakt",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informacje",
|
||||
items: [
|
||||
{
|
||||
label: "Regulamin",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "RODO",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Polityka prywatności",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Godziny otwarcia: Pon–Pt 8:00–16:00",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
{
|
||||
label: "📞 (32) 299-16-62",
|
||||
href: "tel:+48322991662",
|
||||
},
|
||||
{
|
||||
label: "📍 Wygoda 10a, 41-208 Sosnowiec",
|
||||
href: "https://www.google.com/maps/search/Wygoda+10a,+41-208+Sosnowiec",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 ZPCHR Czerwiński Mirosław, Sosnowiec. Wszelkie prawa zastrzeżone."
|
||||
bottomRightText="Wyrób Rękawic i Konfekcji Technicznej"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Oferta", items: [
|
||||
{
|
||||
label: "Rękawice techniczne", href: "/oferta#rekawice"
|
||||
},
|
||||
{
|
||||
label: "Odzież ocieplana", href: "/oferta#ocieplana"
|
||||
},
|
||||
{
|
||||
label: "Odzież przeciwdeszczowa", href: "/oferta#przeciwdeszczowa"
|
||||
},
|
||||
{
|
||||
label: "Konfekcja z logo", href: "/oferta#konfekcja-logo"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Firma", items: [
|
||||
{
|
||||
label: "Realizacje", href: "/realizacje"
|
||||
},
|
||||
{
|
||||
label: "Dla firm (B2B)", href: "/dla-firm"
|
||||
},
|
||||
{
|
||||
label: "FAQ", href: "/faq"
|
||||
},
|
||||
{
|
||||
label: "Kontakt", href: "/kontakt"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Informacje", items: [
|
||||
{
|
||||
label: "Regulamin", href: "#"
|
||||
},
|
||||
{
|
||||
label: "RODO", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Polityka prywatności", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Godziny otwarcia: Pon–Pt 8:00–16:00", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "📞 (32) 299-16-62", href: "tel:+48322991662"
|
||||
},
|
||||
{
|
||||
label: "📍 Wygoda 10a, 41-208 Sosnowiec", href: "https://www.google.com/maps/search/Wygoda+10a,+41-208+Sosnowiec"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 ZPCHR Czerwiński Mirosław, Sosnowiec. Wszelkie prawa zastrzeżone."
|
||||
bottomRightText="Wyrób Rękawic i Konfekcji Technicznej"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -3,286 +3,223 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import { Award, CheckSquare, Maximize, Move, Shield } from "lucide-react";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Award, CheckSquare, Maximize, Move, Shield, Thermometer, HardHat, Weight, Safety } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function OfferPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Oferta",
|
||||
id: "/oferta",
|
||||
},
|
||||
{
|
||||
name: "Realizacje",
|
||||
id: "/realizacje",
|
||||
},
|
||||
{
|
||||
name: "Dla firm (B2B)",
|
||||
id: "/dla-firm",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "/faq",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/kontakt",
|
||||
},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg"
|
||||
logoAlt="ZPCHR Wyrób Rękawic i Konfekcji Technicznej logo"
|
||||
brandName="ZPCHR"
|
||||
button={{
|
||||
text: "Zapytaj o wycenę",
|
||||
href: "/kontakt",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Oferta", id: "/oferta"
|
||||
},
|
||||
{
|
||||
name: "Realizacje", id: "/realizacje"
|
||||
},
|
||||
{
|
||||
name: "Dla firm (B2B)", id: "/dla-firm"
|
||||
},
|
||||
{
|
||||
name: "FAQ", id: "/faq"
|
||||
},
|
||||
{
|
||||
name: "Kontakt", id: "/kontakt"
|
||||
}
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg"
|
||||
logoAlt="ZPCHR Wyrób Rękawic i Konfekcji Technicznej logo"
|
||||
brandName="ZPCHR"
|
||||
button={{
|
||||
text: "Zapytaj o wycenę", href: "/kontakt"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="offer-details" data-section="offer-details">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Zaawansowane materiały",
|
||||
description: "Wysokiej jakości tkaniny zapewniające odporność na przetarcia, przecięcia i ekstremalne temperatury. Trwałość i bezpieczeństwo.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jeans-fabric-textile-textured-background_53876-108380.jpg",
|
||||
imageAlt: "Nowoczesne tkaniny techniczne",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Odporność na przetarcia",
|
||||
},
|
||||
{
|
||||
icon: Thermometer,
|
||||
text: "Termoregulacja",
|
||||
},
|
||||
{
|
||||
icon: HardHat,
|
||||
text: "Ochrona mechaniczna",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg?_wi=2",
|
||||
imageAlt: "high quality industrial fabric texture",
|
||||
},
|
||||
{
|
||||
title: "Ergonomiczny design",
|
||||
description: "Odzież i rękawice zaprojektowane z myślą o swobodzie ruchów i wygodzie noszenia przez cały dzień. Komfort bez kompromisów.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-with-ruler_23-2148966940.jpg",
|
||||
imageAlt: "Projektowanie odzieży ergonomicznej",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Move,
|
||||
text: "Swoboda ruchów",
|
||||
},
|
||||
{
|
||||
icon: Weight,
|
||||
text: "Lekka konstrukcja",
|
||||
},
|
||||
{
|
||||
icon: Maximize,
|
||||
text: "Optymalne dopasowanie",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg?_wi=3",
|
||||
imageAlt: "high quality industrial fabric texture",
|
||||
},
|
||||
{
|
||||
title: "Certyfikowana ochrona",
|
||||
description: "Wszystkie produkty spełniają rygorystyczne normy bezpieczeństwa, gwarantując spokój ducha. Sprawdzona jakość na lata.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-wearing-medical-mask-construction-site_23-2148784074.jpg",
|
||||
imageAlt: "Certyfikaty jakości i bezpieczeństwa",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Award,
|
||||
text: "Certyfikaty jakości",
|
||||
},
|
||||
{
|
||||
icon: CheckSquare,
|
||||
text: "Zgodność z normami",
|
||||
},
|
||||
{
|
||||
icon: Safety,
|
||||
text: "Testowane rozwiązania",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-doing-ok-sign-showing-thumbs-up-standing-green-background_141793-117286.jpg?_wi=2",
|
||||
imageAlt: "high quality industrial fabric texture",
|
||||
},
|
||||
]}
|
||||
title="Technologie, które chronią w pracy."
|
||||
description="Nasze produkty to połączenie innowacji i funkcjonalności, zaprojektowane dla najwyższej ochrony i komfortu. Dobór pod warunki pracy. Wykonanie na poziomie."
|
||||
/>
|
||||
</div>
|
||||
<div id="offer-details" data-section="offer-details">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Zaawansowane materiały", description: "Wysokiej jakości tkaniny zapewniające odporność na przetarcia, przecięcia i ekstremalne temperatury. Trwałość i bezpieczeństwo.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jeans-fabric-textile-textured-background_53876-108380.jpg", imageAlt: "Nowoczesne tkaniny techniczne"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Odporność na przetarcia"
|
||||
},
|
||||
{
|
||||
icon: Thermometer,
|
||||
text: "Termoregulacja"
|
||||
},
|
||||
{
|
||||
icon: HardHat,
|
||||
text: "Ochrona mechaniczna"
|
||||
}
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Ergonomiczny design", description: "Odzież i rękawice zaprojektowane z myślą o swobodzie ruchów i wygodzie noszenia przez cały dzień. Komfort bez kompromisów.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-with-ruler_23-2148966940.jpg", imageAlt: "Projektowanie odzieży ergonomicznej"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Move,
|
||||
text: "Swoboda ruchów"
|
||||
},
|
||||
{
|
||||
icon: Weight,
|
||||
text: "Lekka konstrukcja"
|
||||
},
|
||||
{
|
||||
icon: Maximize,
|
||||
text: "Optymalne dopasowanie"
|
||||
}
|
||||
],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Certyfikowana ochrona", description: "Wszystkie produkty spełniają rygorystyczne normy bezpieczeństwa, gwarantując spokój ducha. Sprawdzona jakość na lata.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-wearing-medical-mask-construction-site_23-2148784074.jpg", imageAlt: "Certyfikaty jakości i bezpieczeństwa"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Award,
|
||||
text: "Certyfikaty jakości"
|
||||
},
|
||||
{
|
||||
icon: CheckSquare,
|
||||
text: "Zgodność z normami"
|
||||
},
|
||||
{
|
||||
icon: Safety,
|
||||
text: "Testowane rozwiązania"
|
||||
}
|
||||
],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Technologie, które chronią w pracy."
|
||||
description="Nasze produkty to połączenie innowacji i funkcjonalności, zaprojektowane dla najwyższej ochrony i komfortu. Dobór pod warunki pracy. Wykonanie na poziomie."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="offer-catalog" data-section="offer-catalog">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "prod-glove-heavy",
|
||||
name: "Rękawice Heavy Duty",
|
||||
price: "od 45 zł",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-doctor-showing-stop-gesture-white-uniform-looking-confident-front-view_176474-84722.jpg",
|
||||
imageAlt: "Rękawice Heavy Duty",
|
||||
},
|
||||
{
|
||||
id: "prod-jacket-winter",
|
||||
name: "Kurtka Zimowa Pro",
|
||||
price: "od 280 zł",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-hood-jacket_1303-5841.jpg",
|
||||
imageAlt: "Kurtka Zimowa Pro",
|
||||
},
|
||||
{
|
||||
id: "prod-pants-rain",
|
||||
name: "Spodnie Przeciwdeszczowe",
|
||||
price: "od 120 zł",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-child-enjoying-childhood-happiness-by-playing-puddle-water-after-rain_23-2151470061.jpg",
|
||||
imageAlt: "Spodnie Przeciwdeszczowe",
|
||||
},
|
||||
{
|
||||
id: "prod-shirt-logo",
|
||||
name: "Koszula z Haftem Firmowym",
|
||||
price: "od 70 zł",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-woman-t-shirt-cap-spreading-palms-with-closed-eyes-looking-hopeful_176474-11555.jpg",
|
||||
imageAlt: "Koszula z Haftem Firmowym",
|
||||
},
|
||||
{
|
||||
id: "prod-glove-light",
|
||||
name: "Rękawice Montażowe",
|
||||
price: "od 30 zł",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-using-staple-gun-wooden-table_23-2147865598.jpg",
|
||||
imageAlt: "Rękawice Montażowe",
|
||||
},
|
||||
{
|
||||
id: "prod-vest-safety",
|
||||
name: "Kamizelka Ocieplana Odblaskowa",
|
||||
price: "od 150 zł",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-workwear-uniform-holding-helmet-looking-confident-front-view_176474-64859.jpg",
|
||||
imageAlt: "Kamizelka Ocieplana Odblaskowa",
|
||||
},
|
||||
]}
|
||||
title="Odkryj pełną gamę produktów"
|
||||
description="Od specjalistycznych rękawic po kompletną odzież roboczą – kompleksowe rozwiązania dla każdej branży. Odzież techniczna na lata — z logo Twojej firmy."
|
||||
/>
|
||||
</div>
|
||||
<div id="offer-catalog" data-section="offer-catalog">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "prod-glove-heavy", name: "Rękawice Heavy Duty", price: "od 45 zł", imageSrc: "http://img.b2bpic.net/free-photo/young-male-doctor-showing-stop-gesture-white-uniform-looking-confident-front-view_176474-84722.jpg", imageAlt: "Rękawice Heavy Duty"
|
||||
},
|
||||
{
|
||||
id: "prod-jacket-winter", name: "Kurtka Zimowa Pro", price: "od 280 zł", imageSrc: "http://img.b2bpic.net/free-photo/man-hood-jacket_1303-5841.jpg", imageAlt: "Kurtka Zimowa Pro"
|
||||
},
|
||||
{
|
||||
id: "prod-pants-rain", name: "Spodnie Przeciwdeszczowe", price: "od 120 zł", imageSrc: "http://img.b2bpic.net/free-photo/young-child-enjoying-childhood-happiness-by-playing-puddle-water-after-rain_23-2151470061.jpg", imageAlt: "Spodnie Przeciwdeszczowe"
|
||||
},
|
||||
{
|
||||
id: "prod-shirt-logo", name: "Koszula z Haftem Firmowym", price: "od 70 zł", imageSrc: "http://img.b2bpic.net/free-photo/delivery-woman-t-shirt-cap-spreading-palms-with-closed-eyes-looking-hopeful_176474-11555.jpg", imageAlt: "Koszula z Haftem Firmowym"
|
||||
},
|
||||
{
|
||||
id: "prod-glove-light", name: "Rękawice Montażowe", price: "od 30 zł", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-using-staple-gun-wooden-table_23-2147865598.jpg", imageAlt: "Rękawice Montażowe"
|
||||
},
|
||||
{
|
||||
id: "prod-vest-safety", name: "Kamizelka Ocieplana Odblaskowa", price: "od 150 zł", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-workwear-uniform-holding-helmet-looking-confident-front-view_176474-64859.jpg", imageAlt: "Kamizelka Ocieplana Odblaskowa"
|
||||
}
|
||||
]}
|
||||
title="Odkryj pełną gamę produktów"
|
||||
description="Od specjalistycznych rękawic po kompletną odzież roboczą – kompleksowe rozwiązania dla każdej branży. Odzież techniczna na lata — z logo Twojej firmy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Oferta",
|
||||
items: [
|
||||
{
|
||||
label: "Rękawice techniczne",
|
||||
href: "/oferta#rekawice",
|
||||
},
|
||||
{
|
||||
label: "Odzież ocieplana",
|
||||
href: "/oferta#ocieplana",
|
||||
},
|
||||
{
|
||||
label: "Odzież przeciwdeszczowa",
|
||||
href: "/oferta#przeciwdeszczowa",
|
||||
},
|
||||
{
|
||||
label: "Konfekcja z logo",
|
||||
href: "/oferta#konfekcja-logo",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Firma",
|
||||
items: [
|
||||
{
|
||||
label: "Realizacje",
|
||||
href: "/realizacje",
|
||||
},
|
||||
{
|
||||
label: "Dla firm (B2B)",
|
||||
href: "/dla-firm",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "/kontakt",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informacje",
|
||||
items: [
|
||||
{
|
||||
label: "Regulamin",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "RODO",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Polityka prywatności",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Godziny otwarcia: Pon–Pt 8:00–16:00",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
{
|
||||
label: "📞 (32) 299-16-62",
|
||||
href: "tel:+48322991662",
|
||||
},
|
||||
{
|
||||
label: "📍 Wygoda 10a, 41-208 Sosnowiec",
|
||||
href: "https://www.google.com/maps/search/Wygoda+10a,+41-208+Sosnowiec",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 ZPCHR Czerwiński Mirosław, Sosnowiec. Wszelkie prawa zastrzeżone."
|
||||
bottomRightText="Wyrób Rękawic i Konfekcji Technicznej"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Oferta", items: [
|
||||
{
|
||||
label: "Rękawice techniczne", href: "/oferta#rekawice"
|
||||
},
|
||||
{
|
||||
label: "Odzież ocieplana", href: "/oferta#ocieplana"
|
||||
},
|
||||
{
|
||||
label: "Odzież przeciwdeszczowa", href: "/oferta#przeciwdeszczowa"
|
||||
},
|
||||
{
|
||||
label: "Konfekcja z logo", href: "/oferta#konfekcja-logo"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Firma", items: [
|
||||
{
|
||||
label: "Realizacje", href: "/realizacje"
|
||||
},
|
||||
{
|
||||
label: "Dla firm (B2B)", href: "/dla-firm"
|
||||
},
|
||||
{
|
||||
label: "FAQ", href: "/faq"
|
||||
},
|
||||
{
|
||||
label: "Kontakt", href: "/kontakt"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Informacje", items: [
|
||||
{
|
||||
label: "Regulamin", href: "#"
|
||||
},
|
||||
{
|
||||
label: "RODO", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Polityka prywatności", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Godziny otwarcia: Pon–Pt 8:00–16:00", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "📞 (32) 299-16-62", href: "tel:+48322991662"
|
||||
},
|
||||
{
|
||||
label: "📍 Wygoda 10a, 41-208 Sosnowiec", href: "https://www.google.com/maps/search/Wygoda+10a,+41-208+Sosnowiec"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 ZPCHR Czerwiński Mirosław, Sosnowiec. Wszelkie prawa zastrzeżone."
|
||||
bottomRightText="Wyrób Rękawic i Konfekcji Technicznej"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user