Merge version_2 into main #8

Merged
bender merged 2 commits from version_2 into main 2026-03-05 12:46:31 +00:00
2 changed files with 100 additions and 131 deletions

View File

@@ -1,54 +1,24 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Inter_Tight } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "./styles/variables.css";
import "./styles/base.css";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const interTight = Inter_Tight({
variable: "--font-inter-tight", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Hydraulik Pruszków | HYDROFOBIA Usługi 24/7", description: "Profesjonalne usługi hydrauliczne w Pruszkowie. Szybka pomoc, uczciwe ceny, 5.0 opinii. Dostępni 24/7 do nagłych awarii. Zadzwoń: 501 979 478", keywords: "hydraulik Pruszków, usługi hydrauliczne, naprawa rur, montaż armatury, wodę Piastów, Ursus, Raszyn", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Hydraulik Pruszków | HYDROFOBIA", description: "Solidne usługi hydrauliczne. Szybki dojazd, jasna wycena i trwała naprawa.", type: "website", siteName: "HYDROFOBIA", images: [
{
url: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg", alt: "Profesjonalne usługi hydrauliczne"},
],
},
twitter: {
card: "summary_large_image", title: "Hydraulik Pruszków | HYDROFOBIA", description: "Solidne usługi hydrauliczne. Szybki dojazd, jasna wycena i trwała naprawa."},
};
title: "ElectriPro - Electrical Services", description: "Professional electrical services for residential and commercial needs"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1386,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -10,7 +10,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { AlertTriangle, CheckCircle, DollarSign, Droplet, Flame, Hammer, Phone, Stethoscope, Wrench, Zap } from 'lucide-react';
import { AlertTriangle, CheckCircle, DollarSign, Zap, Lightbulb, Hammer, Phone, Eye, Wrench, Flame } from 'lucide-react';
export default function LandingPage() {
return (
@@ -29,39 +29,39 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Usługi", id: "services" },
{ name: "O nas", id: "about" },
{ name: "Obszar działania", id: "service-area" },
{ name: "Kontakt", id: "contact" },
{ name: "Services", id: "services" },
{ name: "About Us", id: "about" },
{ name: "Service Area", id: "service-area" },
{ name: "Contact", id: "contact" },
{ name: "FAQ", id: "faq" }
]}
brandName="HYDROFOBIA"
bottomLeftText="Plantowa 7, 05-804 Pruszków"
bottomRightText="501 979 478"
brandName="ElectriPro"
bottomLeftText="123 Volt Street, New York, NY 10001"
bottomRightText="1-800-ELECTRIC"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="Hydraulik w Pruszkowie"
description="Szybka pomoc i solidne naprawy. Naprawy hydrauliczne, montaż armatury, wykrywanie nieszczelności i instalacje wodne. Szybki dojazd i uczciwa wycena."
tag="⭐ 5.0 opinii • Lokalny • Doświadczenie"
title="Electrical Services in New York"
description="Fast, reliable electrical solutions for your home and business. Expert installations, repairs, and safety inspections. Licensed professionals available 24/7 for emergencies."
tag="⭐ 5.0 ratings • Licensed & Insured • Expert Electricians"
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg", imageAlt: "Profesjonalne narzędzia hydrauliczne" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", imageAlt: "Naprawa przecieków" },
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg", imageAlt: "Instalacja bojlera" },
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-gate-technology-retractable-fence_1359-682.jpg", imageAlt: "Nowe instalacje wodne" }
{ imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard_23-2150990625.jpg", imageAlt: "Professional electrician at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-socket_23-2149334156.jpg", imageAlt: "Electrical socket installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-connecting-wires_23-2149334189.jpg", imageAlt: "Professional wiring" },
{ imageSrc: "http://img.b2bpic.net/free-photo/circuit-breaker-panel_23-2150990582.jpg", imageAlt: "Electrical panel inspection" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg", imageAlt: "Montaż armatury" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Naprawa awaryjna" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg?_wi=1", imageAlt: "Fachowiec hydraulik" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-redhead-girl-tourist-sits-stairs-outdoors-with-city-paper-map-looking-direction_1258-151714.jpg?_wi=1", imageAlt: "Obszar działania" }
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-multimeter_23-2149334212.jpg", imageAlt: "Electrical testing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-tools-equipment_23-2150990598.jpg", imageAlt: "Professional tools" },
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-outlet_23-2149334234.jpg", imageAlt: "Expert installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-service-call_23-2150990614.jpg", imageAlt: "Service area coverage" }
]}
buttons={[
{ text: "📞 Zadzwoń teraz", href: "tel:501979478" },
{ text: "Poproś o wycenę", href: "contact" }
{ text: "☎️ Call Now", href: "tel:1-800-ELECTRIC" },
{ text: "Get Free Quote", href: "contact" }
]}
carouselPosition="right"
/>
@@ -69,16 +69,16 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureBorderGlow
title="Nasze usługi"
description="Pełny zakres usług hydraulicznych dla Twojego domu i mieszkania"
tag="Usługi"
title="Our Electrical Services"
description="Complete range of electrical solutions for residential and commercial properties"
tag="Services"
features={[
{ icon: Droplet, title: "Naprawa przecieków", description: "Profesjonalne wykrywanie nieszczelności, naprawa rur i uszczelnianie instalacji" },
{ icon: Wrench, title: "Montaż armatury", description: "Instalacja baterii, pryszniców, umywalek i toalet najwyższej jakości" },
{ icon: Flame, title: "Podgrzewacze wody", description: "Instalacja, naprawa i serwis bojlerów i podgrzewaczy" },
{ icon: AlertTriangle, title: "Naprawy awaryjne", description: "Nagłe wycieki, uszkodzone zawory - szybka pomoc 24/7" },
{ icon: Wrench, title: "Instalacje wodne", description: "Nowe instalacje, modernizacja i kompleksowe rozwiązania" },
{ icon: Zap, title: "Diagnostyka", description: "Nowoczesna diagnostyka i kompleksowa analiza systemów hydraulicznych" }
{ icon: Lightbulb, title: "Installation & Upgrades", description: "Expert installation of new electrical systems, lighting fixtures, and complete panel upgrades" },
{ icon: Zap, title: "Emergency Repairs", description: "24/7 emergency electrical repair services for power outages, breaker issues, and wiring problems" },
{ icon: Eye, title: "Safety Inspections", description: "Comprehensive electrical safety inspections, code compliance checks, and hazard assessments" },
{ icon: AlertTriangle, title: "Troubleshooting", description: "Professional diagnostics for flickering lights, outlets that don't work, and electrical issues" },
{ icon: Wrench, title: "Rewiring Services", description: "Complete home and commercial rewiring with modern electrical codes and safety standards" },
{ icon: Flame, title: "Surge Protection", description: "Install surge protectors and whole-home surge protection systems to safeguard your equipment" }
]}
animationType="slide-up"
textboxLayout="default"
@@ -88,15 +88,15 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="O nas"
title="Dlaczego my"
description="Jesteśmy lokalną firmą hydrauliczną z Pruszkowa z wieloletnim doświadczeniem. Nasze podejście opiera się na solidności, uczciwości i zadowoleniu klienta. Każda naprawa to dla nas szansa na zbudowanie długotrwałej relacji."
tag="About Us"
title="Why Choose ElectriPro"
description="We are a licensed, insured electrical services company serving New York with over a decade of expertise. Our commitment to quality, safety, and customer satisfaction has made us the trusted choice for thousands of satisfied customers. Every project is handled by certified professionals using the latest technology and best practices."
metrics={[
{ value: "8+", title: "Lat doświadczenia w hydraulice" },
{ value: "500+", title: "Zadowolonych klientów" }
{ value: "15+", title: "Years of electrical expertise" },
{ value: "2000+", title: "Satisfied customers served" }
]}
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg?_wi=2"
imageAlt="Profesjonalny hydraulik pracujący"
imageSrc="http://img.b2bpic.net/free-photo/professional-electrician-portrait_23-2150990641.jpg"
imageAlt="Professional electrician team"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={true}
@@ -105,14 +105,14 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Bardzo szybka pomoc w awarii bojlera. Fachowa diagnoza i sprawna naprawa. Pan hydraulik był punktualny, profesjonalny i uczciwie wycenił pracę. Gorąco polecam!"
testimonial="ElectriPro fixed our entire home electrical system with professionalism and expertise. The team was punctual, thorough, and provided clear explanations throughout the work. Honest pricing and exceptional service. Highly recommended!"
rating={5}
author="Maria Kowalski, Pruszków"
author="James Mitchell, New York"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Maria Kowalski" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Paweł Nowak" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Ewa Lewandowska" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Tomasz Szymański" }
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "James Mitchell" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Sarah Thompson" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Michael Chen" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Jessica Davis" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -122,13 +122,13 @@ export default function LandingPage() {
<div id="service-area" data-section="service-area">
<MetricCardFourteen
title="Obsługujemy okolice Warszawy i Pruszków"
tag="Obszar działania"
title="Service Areas Across New York"
tag="Coverage"
metrics={[
{ id: "1", value: "Pruszków", description: "Nasza siedziba. Szybki dojazd i pełna dostępność." },
{ id: "2", value: "Piastów, Ursus", description: "Najczęściej obsługiwane tereny w naszym promieniu." },
{ id: "3", value: "Raszyn ", description: "Regularnie serwisujemy tego obszaru." },
{ id: "4", value: "Komorów, Brwinów", description: " Szybki dojazd gwarantowany." }
{ id: "1", value: "Manhattan", description: "Our primary service hub with rapid response times and full availability." },
{ id: "2", value: "Brooklyn & Queens", description: "Regularly serviced areas with established customer relationships." },
{ id: "3", value: "Bronx & Staten Island", description: "Extended service coverage with quick turnaround guarantees." },
{ id: "4", value: "Surrounding Counties", description: "Available for select projects in nearby regions." }
]}
metricsAnimation="slide-up"
useInvertedBackground={true}
@@ -137,15 +137,15 @@ export default function LandingPage() {
<div id="process" data-section="process">
<FeatureBorderGlow
title="Jak wygląda nasza współpraca"
description="Prosty i przejrzysty proces od pierwszego kontaktu do ukończenia pracy"
tag="Proces"
title="How We Work"
description="Simple and transparent process from initial contact to project completion"
tag="Process"
features={[
{ icon: Phone, title: "1. Telefon lub formularz", description: "Skontaktuj się z nami. Dostępni jesteśmy 24/7 do nagłych awarii." },
{ icon: Stethoscope, title: "2. Szybka diagnoza", description: "Przyjeżdżamy i precyzyjnie diagnostykujemy problem." },
{ icon: DollarSign, title: "3. Wycena", description: "Otrzymujesz jasną wycenę PRZED rozpoczęciem pracy." },
{ icon: Hammer, title: "4. Naprawa lub montaż", description: "Profesjonalne wykonanie z materiałów najwyższej jakości." },
{ icon: CheckCircle, title: "5. Test instalacji", description: "Sprawdzamy każdy szczegół, aby wszystko działało bezproblemowo." }
{ icon: Phone, title: "1. Contact & Consultation", description: "Reach out to us via phone, email, or our online form. Available 24/7 for emergencies." },
{ icon: Eye, title: "2. Assessment & Diagnosis", description: "Our certified electrician visits to inspect and diagnose your electrical needs." },
{ icon: DollarSign, title: "3. Transparent Quote", description: "You receive a detailed estimate BEFORE any work begins. No hidden costs." },
{ icon: Wrench, title: "4. Professional Installation", description: "Licensed technicians perform quality work using premium materials and latest standards." },
{ icon: CheckCircle, title: "5. Testing & Verification", description: "We thoroughly test all work to ensure everything operates safely and correctly." }
]}
animationType="slide-up"
textboxLayout="default"
@@ -155,19 +155,19 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Często zadawane pytania"
description="Odpowiedzi na pytania, które najczęściej słyszymy od naszych klientów"
title="Frequently Asked Questions"
description="Answers to common questions about our electrical services"
tag="FAQ"
faqs={[
{ id: "1", title: "Czy oferujecie pomoc w nagłych awariach?", content: "Tak! Jesteśmy dostępni 24/7 do nagłych awarii hydraulicznych. Wystarczy zadzwonić, a my przyjedziemy jak najszybciej." },
{ id: "2", title: "Czy wykonujecie montaż baterii i pryszniców?", content: "Oczywiście. Montujemy wszystkie rodzaje armatury: baterie, prysznice, umywalki, toalety i wiele więcej. Używamy wyłącznie renomowanych marek." },
{ id: "3", title: "Czy można dostać wycenę przed naprawą?", content: "Tak, to nasz standard! Przed każdą pracą otrzymujesz szczegółową, jasną wycenę. Bez niespodzianek ani ukrytych kosztów." },
{ id: "4", title: "Na jakim obszarze działacie?", content: "Działamy głównie w Pruszkowie, Piastowie, Ursusie, Raszynie, Michałowicach, Komorowie i Brwinowie. Obsługujemy też zachodnie tereny Warszawy." },
{ id: "5", title: "Jakie gwarancje udzielacie na prace?", content: "Udzielamy gwarancji na przeprowadzone prace. Wszystkie materiały, które stosujemy, pochodzą od renomowanych producentów z własnymi gwarancjami." },
{ id: "6", title: "Jak się z wami skontaktować?", content: "Możesz zadzwonić pod numer 501 979 478 lub wysłać zgłoszenie przez formularz kontaktowy na stronie. Odpowiadamy najszybciej jak to możliwe." }
{ id: "1", title: "Do you offer emergency electrical services?", content: "Yes, we provide 24/7 emergency electrical services. Call our hotline immediately if you experience power outages, sparking outlets, or other urgent electrical issues." },
{ id: "2", title: "Are you licensed and insured?", content: "Absolutely. All our electricians are fully licensed, insured, and bonded. We maintain all necessary certifications and follow state and local electrical codes." },
{ id: "3", title: "Can you provide an estimate before starting work?", content: "Of course! That's our standard procedure. We provide a detailed written estimate covering labor, materials, and timeline before any work begins. No surprises." },
{ id: "4", title: "What areas do you service?", content: "We primarily serve Manhattan, Brooklyn, Queens, Bronx, and Staten Island with full coverage. We also handle select projects in surrounding counties. Contact us to confirm service availability." },
{ id: "5", title: "Do you offer warranties on your work?", content: "Yes, we stand behind all our work with comprehensive warranties. All materials come with manufacturer warranties and our labor is guaranteed for quality and durability." },
{ id: "6", title: "How can I schedule a service appointment?", content: "Call us at 1-800-ELECTRIC, email through our website, or fill out our online form. We'll schedule a convenient time that works best for you." }
]}
imageSrc="http://img.b2bpic.net/free-photo/young-smiling-redhead-girl-tourist-sits-stairs-outdoors-with-city-paper-map-looking-direction_1258-151714.jpg?_wi=2"
imageAlt="Obszar działania HYDROFOBIA"
imageSrc="http://img.b2bpic.net/free-photo/electrician-with-service-truck_23-2150990667.jpg"
imageAlt="ElectriPro service coverage area"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
textboxLayout="default"
@@ -178,18 +178,18 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Kontakt"
title="Masz problem z instalacją hydrauliczną?"
description="Skontaktuj się z nami teraz. Szybka pomoc hydraulika w Pruszkowie i okolicach."
tag="Contact"
title="Have an Electrical Problem?"
description="Contact us today for fast, professional electrical solutions. Our team is ready to help with repairs, installations, and inspections."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/online-help-center_53876-95304.jpg"
imageAlt="Formularz kontaktowy HYDROFOBIA"
imageSrc="http://img.b2bpic.net/free-photo/customer-service-representative_23-2150990703.jpg"
imageAlt="ElectriPro customer service"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Twój adres email"
buttonText="Wyślij zgłoszenie"
termsText="Oddzwonimy do Ciebie najszybciej jak to możliwe. Szanujemy Twoją prywatność."
inputPlaceholder="Your email address"
buttonText="Send Request"
termsText="We'll respond to your inquiry quickly. Your privacy is important to us."
/>
</div>
@@ -197,31 +197,31 @@ export default function LandingPage() {
<FooterBaseReveal
columns={[
{
title: "Usługi", items: [
{ label: "Naprawa przecieków", href: "#services" },
{ label: "Montaż armatury", href: "#services" },
{ label: "Podgrzewacze wody", href: "#services" },
{ label: "Naprawy awaryjne", href: "#services" }
title: "Services", items: [
{ label: "Installation & Upgrades", href: "#services" },
{ label: "Emergency Repairs", href: "#services" },
{ label: "Safety Inspections", href: "#services" },
{ label: "Rewiring Services", href: "#services" }
]
},
{
title: "Informacje", items: [
{ label: "O nas", href: "#about" },
{ label: "Obszar działania", href: "#service-area" },
{ label: "Opinie", href: "#testimonials" },
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Service Areas", href: "#service-area" },
{ label: "Customer Reviews", href: "#testimonials" },
{ label: "FAQ", href: "#faq" }
]
},
{
title: "Kontakt", items: [
{ label: "📞 501 979 478", href: "tel:501979478" },
{ label: "📍 Plantowa 7, 05-804 Pruszków", href: "#" },
{ label: "Formularz kontaktowy", href: "#contact" },
{ label: "Dostępni 24/7", href: "#" }
title: "Contact", items: [
{ label: "☎️ 1-800-ELECTRIC", href: "tel:1-800-ELECTRIC" },
{ label: "📍 123 Volt Street, New York, NY 10001", href: "#" },
{ label: "Contact Form", href: "#contact" },
{ label: "24/7 Emergency Service", href: "#" }
]
}
]}
copyrightText="© 2025 HYDROFOBIA Usługi hydrauliczne. Wszystkie prawa zastrzeżone."
copyrightText="© 2025 ElectriPro Electrical Services. All rights reserved."
/>
</div>
</ThemeProvider>