5 Commits

Author SHA1 Message Date
07f6c6d48e Update src/app/page.tsx 2026-03-27 12:16:22 +00:00
e5c0f4e806 Update src/app/page.tsx 2026-03-27 12:15:59 +00:00
0f3dc8c95d Add src/app/contact/page.tsx 2026-03-27 12:15:58 +00:00
12f445d031 Merge version_1 into main
Merge version_1 into main
2026-03-27 11:57:27 +00:00
8a0bff8b42 Merge version_1 into main
Merge version_1 into main
2026-03-27 11:37:07 +00:00
2 changed files with 123 additions and 135 deletions

90
src/app/contact/page.tsx Normal file
View File

@@ -0,0 +1,90 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="mediumLarge"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Start", id: "/"},
{
name: "Oferta", id: "/#services"},
{
name: "Dlaczego my", id: "/#why"},
{
name: "Kontakt", id: "/contact"},
]}
brandName="Wotem s.c."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Masz pytania?"
description="Napisz do nas lub zadzwoń pomożemy dobrać idealne rozwiązanie. Odwiedź nas przy ul. Bankowej 7 w Kaliszu."
inputs={[
{
name: "name", type: "text", placeholder: "Imię i Nazwisko", required: true,
},
{
name: "phone", type: "tel", placeholder: "Numer telefonu", required: true,
},
]}
textarea={{
name: "message", placeholder: "W czym możemy pomóc?", required: true,
rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16277.jpg?id=13274163"
mediaAnimation="blur-reveal"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Strona Główna", href: "/"},
{
label: "Oferta", href: "/#services"},
{
label: "Kontakt", href: "/contact"},
],
},
{
items: [
{
label: "ul. Bankowa 7, 62-800 Kalisz"},
{
label: "Tel: +48 62 501 34 54", href: "tel:+48625013454"},
],
},
]}
logoText="WOTEM s.c."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Start",
id: "hero",
},
name: "Start", id: "hero"},
{
name: "Oferta",
id: "services",
},
name: "Oferta", id: "services"},
{
name: "Dlaczego my",
id: "why",
},
name: "Dlaczego my", id: "why"},
{
name: "Kontakt",
id: "contact",
},
name: "Kontakt", id: "/contact"},
]}
brandName="Wotem s.c."
/>
@@ -53,46 +45,29 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Hurtownia hydrauliczna w Kaliszu wszystko, czego potrzebujesz"
description="Profesjonalne doradztwo, szeroki wybór produktów i konkurencyjne ceny. Twoje zaufane centrum instalacyjne."
tag="⭐ 4.9 / 99 opinii"
buttons={[
{
text: "Zadzwoń teraz",
href: "tel:+48625013454",
},
text: "Zadzwoń teraz", href: "tel:+48625013454"},
{
text: "Zapytaj o ofertę",
href: "#contact",
},
text: "Zapytaj o ofertę", href: "/contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/view-exposed-plumbing-pipes_23-2150990678.jpg?id=94957503",
imageAlt: "Showroom Wotem",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-exposed-plumbing-pipes_23-2150990678.jpg?id=94957503&_wi=1", imageAlt: "Showroom Wotem"},
{
imageSrc: "http://img.b2bpic.net/premium-photo/plumber-tools-isolated-white_392895-796251.jpg?id=423956534",
imageAlt: "Heat pumps display",
},
imageSrc: "http://img.b2bpic.net/premium-photo/plumber-tools-isolated-white_392895-796251.jpg?id=423956534", imageAlt: "Heat pumps display"},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?id=94957519",
imageAlt: "Plumbing supplies",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?id=94957519", imageAlt: "Plumbing supplies"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg?id=21064422",
imageAlt: "Expert advice",
},
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg?id=21064422", imageAlt: "Expert advice"},
{
imageSrc: "http://img.b2bpic.net/premium-photo/high-angle-view-text-table-against-wall_1605443-5143.jpg?id=117410056",
imageAlt: "Product delivery",
},
imageSrc: "http://img.b2bpic.net/premium-photo/high-angle-view-text-table-against-wall_1605443-5143.jpg?id=117410056", imageAlt: "Product delivery"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiiUkpowPrJY1CX34AiBvqpiE/professional-plumbing-supplies-and-heati-1774611411672-f841afd3.png?_wi=6",
imageAlt: "Wholesale and retail",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiiUkpowPrJY1CX34AiBvqpiE/professional-plumbing-supplies-and-heati-1774611411672-f841afd3.png?_wi=6", imageAlt: "Wholesale and retail"},
]}
mediaAnimation="blur-reveal"
tagIcon={Star}
@@ -106,33 +81,13 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Marek Nowak",
handle: "Klient indywidualny",
testimonial: "Profesjonalna i pomocna obsługa, zawsze dobrze doradzą w wyborze instalacji.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiiUkpowPrJY1CX34AiBvqpiE/professional-portrait-of-a-middle-aged-m-1774611410619-3bf3df83.png",
},
id: "1", name: "Marek Nowak", handle: "Klient indywidualny", testimonial: "Profesjonalna i pomocna obsługa, zawsze dobrze doradzą w wyborze instalacji.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiiUkpowPrJY1CX34AiBvqpiE/professional-portrait-of-a-middle-aged-m-1774611410619-3bf3df83.png"},
{
id: "2",
name: "Anna Kowalska",
handle: "Klientka",
testimonial: "Świetne ceny i duży wybór, wszystko dostępne od ręki.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiiUkpowPrJY1CX34AiBvqpiE/professional-portrait-of-a-middle-aged-f-1774611411173-d08fda12.png",
},
id: "2", name: "Anna Kowalska", handle: "Klientka", testimonial: "Świetne ceny i duży wybór, wszystko dostępne od ręki.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiiUkpowPrJY1CX34AiBvqpiE/professional-portrait-of-a-middle-aged-f-1774611411173-d08fda12.png"},
{
id: "3",
name: "Janusz Bud",
handle: "Wykonawca",
testimonial: "Najlepsza hurtownia w regionie, profesjonalne podejście do instalatorów.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiiUkpowPrJY1CX34AiBvqpiE/professional-portrait-of-a-young-male-co-1774611410375-5743133a.png",
},
id: "3", name: "Janusz Bud", handle: "Wykonawca", testimonial: "Najlepsza hurtownia w regionie, profesjonalne podejście do instalatorów.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiiUkpowPrJY1CX34AiBvqpiE/professional-portrait-of-a-young-male-co-1774611410375-5743133a.png"},
{
id: "4",
name: "Piotr Zieliński",
handle: "Instalator",
testimonial: "Solidny partner biznesowy, zawsze fachowe doradztwo techniczne.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiiUkpowPrJY1CX34AiBvqpiE/professional-portrait-of-an-older-expert-1774611410684-7fdbc0f5.png",
},
id: "4", name: "Piotr Zieliński", handle: "Instalator", testimonial: "Solidny partner biznesowy, zawsze fachowe doradztwo techniczne.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiiUkpowPrJY1CX34AiBvqpiE/professional-portrait-of-an-older-expert-1774611410684-7fdbc0f5.png"},
]}
title="Nasi klienci o nas"
description="Sprawdź, dlaczego fachowcy i mieszkańcy Kalisza wybierają Wotem."
@@ -146,42 +101,30 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Pompy ciepła",
description: "Nowoczesne systemy grzewcze dla Twojego domu.",
icon: Zap,
title: "Pompy ciepła", description: "Nowoczesne systemy grzewcze dla Twojego domu.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/view-exposed-plumbing-pipes_23-2150990678.jpg?id=94957503",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-exposed-plumbing-pipes_23-2150990678.jpg?id=94957503&_wi=2"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tilt-up-shot-out-service-condenser-unit-with-protection-cover-removed-need-fixing-with-damaged-electric-internal-parts-outside-hvac-system-working-anymore-ready-be-fixed_482257-64976.jpg?id=52473930",
},
imageSrc: "http://img.b2bpic.net/free-photo/tilt-up-shot-out-service-condenser-unit-with-protection-cover-removed-need-fixing-with-damaged-electric-internal-parts-outside-hvac-system-working-anymore-ready-be-fixed_482257-64976.jpg?id=52473930"},
],
},
{
title: "Armatura i instalacje",
description: "Kompletny osprzęt instalacyjny najwyższej jakości.",
icon: Droplets,
title: "Armatura i instalacje", description: "Kompletny osprzęt instalacyjny najwyższej jakości.", icon: Droplets,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/premium-photo/red-metal-plumbing-tap-sanitary-furniture-white-background_154092-11745.jpg?id=22550694",
},
imageSrc: "http://img.b2bpic.net/premium-photo/red-metal-plumbing-tap-sanitary-furniture-white-background_154092-11745.jpg?id=22550694"},
{
imageSrc: "http://img.b2bpic.net/premium-photo/plumbing-parts-accessories-tools-blue-white-background_154092-12668.jpg?id=22673698",
},
imageSrc: "http://img.b2bpic.net/premium-photo/plumbing-parts-accessories-tools-blue-white-background_154092-12668.jpg?id=22673698"},
],
},
{
title: "Artykuły sanitarne",
description: "Wszystko do wykończenia łazienki i instalacji domowych.",
icon: Droplet,
title: "Artykuły sanitarne", description: "Wszystko do wykończenia łazienki i instalacji domowych.", icon: Droplet,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/premium-photo/plumbers-tools-toilet-home_392895-801556.jpg?id=423964263",
},
imageSrc: "http://img.b2bpic.net/premium-photo/plumbers-tools-toilet-home_392895-801556.jpg?id=423964263"},
{
imageSrc: "http://img.b2bpic.net/premium-photo/close-up-photo-ceramic-bowl-toilet-domestic-bathroom-with-box-tools_283617-2737.jpg?id=15814375",
},
imageSrc: "http://img.b2bpic.net/premium-photo/close-up-photo-ceramic-bowl-toilet-domestic-bathroom-with-box-tools_283617-2737.jpg?id=15814375"},
],
},
]}
@@ -195,78 +138,33 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Dlaczego WOTEM?"
description={[
"20+ lat doświadczenia w branży instalacyjnej.",
"Lokalna firma w sercu Kalisza łatwy dojazd i parking.",
"Fachowe doradztwo techniczne na każdym etapie zakupów.",
"Konkurencyjne ceny i duży wybór produktów na miejscu.",
]}
"20+ lat doświadczenia w branży instalacyjnej.", "Lokalna firma w sercu Kalisza łatwy dojazd i parking.", "Fachowe doradztwo techniczne na każdym etapie zakupów.", "Konkurencyjne ceny i duży wybór produktów na miejscu."]}
buttons={[
{
text: "Skontaktuj się",
href: "#contact",
},
text: "Skontaktuj się", href: "/contact"},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Masz pytania?"
description="Napisz do nas lub zadzwoń pomożemy dobrać idealne rozwiązanie. Odwiedź nas przy ul. Bankowej 7 w Kaliszu."
inputs={[
{
name: "name",
type: "text",
placeholder: "Imię i Nazwisko",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Numer telefonu",
required: true,
},
]}
textarea={{
name: "message",
placeholder: "W czym możemy pomóc?",
required: true,
rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16277.jpg?id=13274163"
mediaAnimation="blur-reveal"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Strona Główna",
href: "/",
},
label: "Strona Główna", href: "/"},
{
label: "Oferta",
href: "#services",
},
label: "Oferta", href: "/#services"},
{
label: "Kontakt",
href: "#contact",
},
label: "Kontakt", href: "/contact"},
],
},
{
items: [
{
label: "ul. Bankowa 7, 62-800 Kalisz",
},
label: "ul. Bankowa 7, 62-800 Kalisz"},
{
label: "Tel: +48 62 501 34 54",
href: "tel:+48625013454",
},
label: "Tel: +48 62 501 34 54", href: "tel:+48625013454"},
],
},
]}