Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd8b68418a | |||
| fe95363cb0 |
167
src/app/page.tsx
167
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Grzegorz Kijański"
|
||||
/>
|
||||
@@ -53,51 +45,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Usługi Hydrauliczne Grzegorz Kijański"
|
||||
description="Profesjonalne instalacje, naprawy i serwis hydrauliczny. Szybko, solidnie i z gwarancją jakości."
|
||||
buttons={[
|
||||
{
|
||||
text: "Zadzwoń teraz",
|
||||
href: "tel:+48123456789",
|
||||
},
|
||||
text: "Zadzwoń teraz", href: "tel:+48123456789"},
|
||||
{
|
||||
text: "Zobacz usługi",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Zobacz usługi", href: "#services"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hammer-industrial-warehouse_268835-4096.jpg",
|
||||
imageAlt: "Plumber Service",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/hammer-industrial-warehouse_268835-4096.jpg", imageAlt: "Plumber Service"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176720.jpg",
|
||||
imageAlt: "Leak Repair",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176720.jpg", imageAlt: "Leak Repair"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1744.jpg",
|
||||
imageAlt: "Tools Maintenance",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1744.jpg", imageAlt: "Tools Maintenance"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721532.jpg",
|
||||
imageAlt: "Installation Work",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721532.jpg", imageAlt: "Installation Work"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-screws-kit_23-2148557970.jpg",
|
||||
imageAlt: "Faucets Fixing",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/mechanical-screws-kit_23-2148557970.jpg", imageAlt: "Faucets Fixing"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg",
|
||||
imageAlt: "Emergency Plumbing",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", imageAlt: "Emergency Plumbing"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,32 +78,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Naprawa awarii",
|
||||
tags: [
|
||||
"szybka reakcja",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg",
|
||||
imageAlt: "Naprawa",
|
||||
},
|
||||
id: "s1", title: "Naprawa awarii", tags: [
|
||||
"szybka reakcja"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageAlt: "Naprawa"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Montaż urządzeń",
|
||||
tags: [
|
||||
"sanitariaty",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-bathroom-modern-toilet-top-view-minimalist-interior_169016-69399.jpg",
|
||||
imageAlt: "Montaż",
|
||||
},
|
||||
id: "s2", title: "Montaż urządzeń", tags: [
|
||||
"sanitariaty"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-bathroom-modern-toilet-top-view-minimalist-interior_169016-69399.jpg", imageAlt: "Montaż"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Udrożnianie odpływów",
|
||||
tags: [
|
||||
"mechaniczne",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-52877.jpg",
|
||||
imageAlt: "Udrożnianie",
|
||||
},
|
||||
id: "s3", title: "Udrożnianie odpływów", tags: [
|
||||
"mechaniczne"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-52877.jpg", imageAlt: "Udrożnianie"},
|
||||
]}
|
||||
title="Nasze usługi"
|
||||
description="Kompleksowa obsługa instalacji sanitarnych i grzewczych."
|
||||
@@ -146,40 +100,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="O nas"
|
||||
description={[
|
||||
"Usługi Hydrauliczne Grzegorz Kijański to firma z wieloletnim doświadczeniem w branży instalacyjnej.",
|
||||
"Stawiamy na najwyższą jakość wykonania, terminowość oraz zadowolenie każdego klienta.",
|
||||
"Nasze usługi obejmują zarówno drobne naprawy, jak i kompleksowe modernizacje systemów.",
|
||||
]}
|
||||
"Usługi Hydrauliczne Grzegorz Kijański to firma z wieloletnim doświadczeniem w branży instalacyjnej.", "Stawiamy na najwyższą jakość wykonania, terminowość oraz zadowolenie każdego klienta.", "Nasze usługi obejmują zarówno drobne naprawy, jak i kompleksowe modernizacje systemów."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Pan Grzegorz wykonał instalację bez zarzutu. Bardzo profesjonalne podejście i terminowość."
|
||||
testimonial="Pan Grzegorz wykonał instalację bez zarzutu. Bardzo profesjonalne podejście i terminowość. Zapraszam do kontaktu w celu umówienia usługi!"
|
||||
rating={5}
|
||||
author="Marek Kowalski"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman-denim-overalls_273609-11524.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman-denim-overalls_273609-11524.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", alt: "Client 5"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -192,20 +133,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Czy obsługują Państwo nagłe awarie?",
|
||||
content: "Tak, obsługujemy zgłoszenia awaryjne w najszybszym możliwym terminie.",
|
||||
},
|
||||
id: "q1", title: "Czy obsługują Państwo nagłe awarie?", content: "Tak, obsługujemy zgłoszenia awaryjne w najszybszym możliwym terminie."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Jaki jest cennik usług?",
|
||||
content: "Każde zlecenie wyceniamy indywidualnie w oparciu o zakres prac.",
|
||||
},
|
||||
id: "q2", title: "Jaki jest cennik usług?", content: "Każde zlecenie wyceniamy indywidualnie w oparciu o zakres prac."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Czy wystawiacie faktury VAT?",
|
||||
content: "Tak, na każdą wykonaną usługę wystawiamy fakturę.",
|
||||
},
|
||||
id: "q3", title: "Czy wystawiacie faktury VAT?", content: "Tak, na każdą wykonaną usługę wystawiamy fakturę."},
|
||||
]}
|
||||
title="Najczęstsze pytania"
|
||||
description="Rozwiewamy wszelkie wątpliwości dotyczące naszych usług."
|
||||
@@ -217,14 +149,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
text="Potrzebujesz profesjonalnej pomocy hydraulika? Skontaktuj się z nami już teraz!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Zadzwoń: 123 456 789",
|
||||
href: "tel:+48123456789",
|
||||
},
|
||||
text: "Zadzwoń: 123 456 789", href: "tel:+48123456789"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -233,33 +162,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Nawigacja",
|
||||
items: [
|
||||
title: "Nawigacja", items: [
|
||||
{
|
||||
label: "Start",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Start", href: "#hero"},
|
||||
{
|
||||
label: "Usługi",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Usługi", href: "#services"},
|
||||
{
|
||||
label: "O nas",
|
||||
href: "#about",
|
||||
},
|
||||
label: "O nas", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Telefon: 123 456 789",
|
||||
href: "tel:+48123456789",
|
||||
},
|
||||
label: "Telefon: 123 456 789", href: "tel:+48123456789"},
|
||||
{
|
||||
label: "Email: kontakt@kijanski.pl",
|
||||
href: "mailto:kontakt@kijanski.pl",
|
||||
},
|
||||
label: "Email: kontakt@kijanski.pl", href: "mailto:kontakt@kijanski.pl"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -269,4 +186,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user