2 Commits

Author SHA1 Message Date
39701a4a84 Update src/app/page.tsx 2026-04-02 13:54:35 +00:00
452e8e879d Merge version_1 into main
Merge version_1 into main
2026-04-02 13:50:10 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Usługi", name: "Usługi", id: "uslugi"},
id: "uslugi",
},
{ {
name: "Produkty", name: "Produkty", id: "produkty"},
id: "produkty",
},
{ {
name: "Opinie", name: "Opinie", id: "opinie"},
id: "opinie",
},
{ {
name: "Kontakt", name: "Kontakt", id: "kontakt"},
id: "kontakt",
},
]} ]}
brandName="Sklep Medyczny Otwock" brandName="Sklep Medyczny Otwock"
/> />
@@ -52,19 +44,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboardSplit <HeroLogoBillboardSplit
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
logoText="Sklep Medyczno-Rehabilitacyjny Otwock" logoText="Sklep Medyczno-Rehabilitacyjny Otwock"
description="Profesjonalny sprzęt medyczny i rehabilitacyjny. Kompleksowa obsługa sprzedaż, wypożyczalnia i serwis. Realizacja zleceń NFZ." description="Profesjonalny sprzęt medyczny i rehabilitacyjny. Kompleksowa obsługa sprzedaż, wypożyczalnia i serwis. Realizacja zleceń NFZ. Tel: +48 606 562 385 | E-mail: biurompr@gmail.com"
buttons={[ buttons={[
{ {
text: "Zadzwoń teraz", text: "Zadzwoń teraz", href: "tel:+48606562385"},
href: "tel:+48606562385",
},
{ {
text: "Zobacz produkty", text: "Zobacz produkty", href: "#produkty"},
href: "#produkty",
},
]} ]}
layoutOrder="default" layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/nobody-living-room-with-transportation-equipment-crutches-couch-empty-space-with-mobility-objects-help-patient-with-physical-disability-giving-aid-recover-from-walking-problem_482257-39011.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/nobody-living-room-with-transportation-equipment-crutches-couch-empty-space-with-mobility-objects-help-patient-with-physical-disability-giving-aid-recover-from-walking-problem_482257-39011.jpg?_wi=1"
@@ -80,17 +67,11 @@ export default function LandingPage() {
description="Zapewniamy pełne wsparcie w doborze i serwisowaniu sprzętu medycznego w Otwocku." description="Zapewniamy pełne wsparcie w doborze i serwisowaniu sprzętu medycznego w Otwocku."
metrics={[ metrics={[
{ {
value: "15+", value: "15+", title: "Lat doświadczenia"},
title: "Lat doświadczenia",
},
{ {
value: "100%", value: "100%", title: "Profesjonalizmu"},
title: "Profesjonalizmu",
},
{ {
value: "NFZ", value: "NFZ", title: "Refundacja zleceń"},
title: "Refundacja zleceń",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/female-doctor-helping-patient-with-exercise_23-2148328469.jpg" imageSrc="http://img.b2bpic.net/free-photo/female-doctor-helping-patient-with-exercise_23-2148328469.jpg"
imageAlt="Usługi rehabilitacyjne" imageAlt="Usługi rehabilitacyjne"
@@ -107,47 +88,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Aktywna orteza stawu skokowego", price: "45,00 zł", imageSrc: "http://img.b2bpic.net/free-photo/view-man-with-prosthetic-legs-white-sneakers_1268-21351.jpg", imageAlt: "Orteza skokowa"},
name: "Aktywna orteza stawu skokowego",
price: "45,00 zł",
imageSrc: "http://img.b2bpic.net/free-photo/view-man-with-prosthetic-legs-white-sneakers_1268-21351.jpg",
imageAlt: "Orteza skokowa",
},
{ {
id: "p2", id: "p2", name: "Orteza stawu kolanowego DUOMAX", price: "250,00 zł", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-energy-drink-mat_23-2148222168.jpg", imageAlt: "Orteza kolanowa"},
name: "Orteza stawu kolanowego DUOMAX",
price: "250,00 zł",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-energy-drink-mat_23-2148222168.jpg",
imageAlt: "Orteza kolanowa",
},
{ {
id: "p3", id: "p3", name: "Podpórka rehabilitacyjna 4-kołowa", price: "1000,00 zł", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-with-walking-frame_23-2149357090.jpg", imageAlt: "Podpórka"},
name: "Podpórka rehabilitacyjna 4-kołowa",
price: "1000,00 zł",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-with-walking-frame_23-2149357090.jpg",
imageAlt: "Podpórka",
},
{ {
id: "p4", id: "p4", name: "Kula pachowa", price: "59,00 zł", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-with-broken-foot-using-crutches-holding-his-x-ray-grey-wall-pain-disable-legs-broken-accident-foot_140725-116583.jpg", imageAlt: "Kula"},
name: "Kula pachowa",
price: "59,00 zł",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-with-broken-foot-using-crutches-holding-his-x-ray-grey-wall-pain-disable-legs-broken-accident-foot_140725-116583.jpg",
imageAlt: "Kula",
},
{ {
id: "p5", id: "p5", name: "Chwytak", price: "110,00 zł", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-wheelchair-shaking-hands_23-2148497280.jpg", imageAlt: "Chwytak"},
name: "Chwytak",
price: "110,00 zł",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-wheelchair-shaking-hands_23-2148497280.jpg",
imageAlt: "Chwytak",
},
{ {
id: "p6", id: "p6", name: "Piłeczka rehabilitacyjna JAJKO", price: "33,00 zł", imageSrc: "http://img.b2bpic.net/free-photo/hand-with-balloons-stripes-lgbt-colors_23-2148165457.jpg", imageAlt: "Piłeczka"},
name: "Piłeczka rehabilitacyjna JAJKO",
price: "33,00 zł",
imageSrc: "http://img.b2bpic.net/free-photo/hand-with-balloons-stripes-lgbt-colors_23-2148165457.jpg",
imageAlt: "Piłeczka",
},
]} ]}
title="Nasze Produkty" title="Nasze Produkty"
description="Wysokiej jakości sprzęt rehabilitacyjny i medyczny dostępny od ręki." description="Wysokiej jakości sprzęt rehabilitacyjny i medyczny dostępny od ręki."
@@ -162,25 +113,15 @@ export default function LandingPage() {
author="Marta Rogala" author="Marta Rogala"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", alt: "Klient 1"},
alt: "Klient 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-positive-young-woman-wearing-blouse_1262-2298.jpg", src: "http://img.b2bpic.net/free-photo/portrait-positive-young-woman-wearing-blouse_1262-2298.jpg", alt: "Klient 2"},
alt: "Klient 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-young-doctor-wearing-stethoscope-medical-gown-bite-tongue-white-wall_141793-27086.jpg", src: "http://img.b2bpic.net/free-photo/smiling-young-doctor-wearing-stethoscope-medical-gown-bite-tongue-white-wall_141793-27086.jpg", alt: "Klient 3"},
alt: "Klient 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2987.jpg", src: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2987.jpg", alt: "Klient 4"},
alt: "Klient 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-helping_23-2149142777.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-helping_23-2149142777.jpg", alt: "Klient 5"},
alt: "Klient 5",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="blur-reveal" avatarsAnimation="blur-reveal"
@@ -191,11 +132,10 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Kontakt" tag="Kontakt"
title="Odwiedź nas w Otwocku" title="Odwiedź nas w Otwocku"
description="Znajdziesz nas przy ul. Karczewskiej 12. Zapraszamy od poniedziałku do piątku!" description="Znajdziesz nas przy ul. Karczewskiej 12. Zapraszamy od poniedziałku do piątku! Telefon: +48 606 562 385 | E-mail: biurompr@gmail.com"
imageSrc="http://img.b2bpic.net/free-photo/nobody-living-room-with-transportation-equipment-crutches-couch-empty-space-with-mobility-objects-help-patient-with-physical-disability-giving-aid-recover-from-walking-problem_482257-39011.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/nobody-living-room-with-transportation-equipment-crutches-couch-empty-space-with-mobility-objects-help-patient-with-physical-disability-giving-aid-recover-from-walking-problem_482257-39011.jpg?_wi=2"
imageAlt="Sklep medyczny Otwock" imageAlt="Sklep medyczny Otwock"
mediaPosition="right" mediaPosition="right"
@@ -209,33 +149,21 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Sprzedaż", label: "Sprzedaż", href: "#produkty"},
href: "#produkty",
},
{ {
label: "Wypożyczalnia", label: "Wypożyczalnia", href: "#uslugi"},
href: "#uslugi",
},
{ {
label: "Serwis", label: "Serwis", href: "#uslugi"},
href: "#uslugi",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "NFZ Refundacja", label: "NFZ Refundacja", href: "#uslugi"},
href: "#uslugi",
},
{ {
label: "Opinie", label: "Opinie", href: "#opinie"},
href: "#opinie",
},
{ {
label: "Kontakt", label: "Kontakt", href: "#kontakt"},
href: "#kontakt",
},
], ],
}, },
]} ]}