7 Commits

Author SHA1 Message Date
510fa8e2cd Update src/app/page.tsx 2026-06-03 14:06:47 +00:00
4bc64765d6 Merge version_3 into main
Merge version_3 into main
2026-06-03 14:03:43 +00:00
59459491df Update src/app/page.tsx 2026-06-03 14:03:40 +00:00
2c022f43c7 Merge version_2 into main
Merge version_2 into main
2026-06-03 13:59:58 +00:00
d8c555a076 Update src/app/page.tsx 2026-06-03 13:59:55 +00:00
89ff40ba57 Merge version_1 into main
Merge version_1 into main
2026-06-03 13:57:31 +00:00
bb8a668da9 Merge version_1 into main
Merge version_1 into main
2026-06-03 13:56:24 +00:00

View File

@@ -29,15 +29,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
brandName="Fizjopasjonaci"
navItems={[
{ name: "Home", id: "#home" },
{ name: "About Us", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Team", id: "#team" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Strona Główna", id: "#home" },
{ name: "O Nas", id: "#about" },
{ name: "Usługi", id: "#services" },
{ name: "Zespół", id: "#team" },
{ name: "Referencje", id: "#testimonials" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" }
{ name: "Kontakt", id: "#contact" }
]}
button={{ text: "Book Online", href: "#contact" }}
button={{ text: "Umów Wizytę Online", href: "#contact" }}
/>
</div>
<div id="home" data-section="home">
@@ -133,14 +133,14 @@ export default function LandingPage() {
</div>
<div id="faq" data-section="faq">
<FaqBase
title="Frequently Asked Questions"
description="Find answers to common questions about our services, appointments, and what to expect during your visit."
title="Często Zadawane Pytania"
description="Znajdź odpowiedzi na najczęściej zadawane pytania dotyczące naszych usług, wizyt i tego, czego możesz się spodziewać."
faqs={[
{ id: "1", title: "What should I bring to my first appointment?", content: "Please bring any relevant medical records, X-rays, or MRI scans. Wear comfortable clothing that allows for movement during assessment and treatment." },
{ id: "2", title: "Do you accept insurance?", content: "We work with various insurance providers. Please contact our reception directly to confirm your coverage details before your appointment." },
{ id: "3", title: "How long does a typical session last?", content: "Initial consultations typically last 60 minutes, while follow-up sessions are usually 30-45 minutes, depending on your treatment plan." },
{ id: "4", title: "What types of conditions do you treat?", content: "We treat a wide range of conditions including back pain, neck pain, sports injuries, post-surgical rehabilitation, chronic pain, and mobility issues." },
{ id: "5", title: "Can I book an appointment online?", content: "Yes, you can easily book your appointment online through our 'Book Online' button or by visiting our contact page." }
{ id: "1", title: "Co powinienem zabrać na pierwszą wizytę?", content: "Prosimy o zabranie wszelkich istotnych dokumentacji medycznej, zdjęć rentgenowskich lub rezonansu magnetycznego. Prosimy o założenie wygodnego ubrania, które umożliwi swobodne ruchy podczas oceny i zabiegów." },
{ id: "2", title: "Czy akceptujecie ubezpieczenia?", content: "Współpracujemy z różnymi dostawcami ubezpieczeń. Prosimy o bezpośredni kontakt z naszą recepcją w celu potwierdzenia szczegółów Twojego ubezpieczenia przed wizytą." },
{ id: "3", title: "Ile trwa typowa sesja?", content: "Wstępne konsultacje trwają zazwyczaj 60 minut, natomiast kolejne sesje trwają zazwyczaj 30-45 minut, w zależności od planu leczenia." },
{ id: "4", title: "Jakie rodzaje schorzeń leczymy?", content: "Leczymy szeroki zakres schorzeń, w tym bóle pleców, bóle szyi, urazy sportowe, rehabilitację pooperacyjną, przewlekłe bóle i problemy z poruszaniem się." },
{ id: "5", title: "Czy mogę umówić wizytę online?", content: "Tak, możesz łatwo umówić wizytę online za pomocą przycisku 'Umów wizytę online' lub odwiedzając naszą stronę kontaktową." }
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -149,18 +149,18 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Get in Touch"
title="Book Your Appointment Today"
description="Ready to start your journey to better health? Contact us to schedule your consultation or ask any questions you may have. We look forward to hearing from you."
tag="Skontaktuj Się"
title="Umów Wizytę Już Dziś"
description="Gotowy, aby rozpocząć swoją podróż do lepszego zdrowia? Skontaktuj się z nami, aby umówić konsultację lub zadać pytania. Czekamy na Twoją wiadomość."
background={{ variant: "rotated-rays-static" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-3915.jpg"
imageAlt="Map showing clinic location in Wrocław"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Send Message"
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
inputPlaceholder="Wpisz swój email"
buttonText="Wyślij Wiadomość"
termsText="Klikając Wyślij Wiadomość, potwierdzasz, że zgadzasz się z naszymi Warunkami i Zasadami."
/>
</div>
<div id="footer" data-section="footer">
@@ -169,11 +169,12 @@ export default function LandingPage() {
logoAlt="Studio Fizjopasjonaci Logo"
logoText="Fizjopasjonaci"
columns={[
{ title: "Services", items: [{ label: "Therapeutic Massage", href: "#services" }, { label: "Rehabilitation", href: "#services" }, { label: "Posture Correction", href: "#services" }, { label: "Sports Physiotherapy", href: "#services" }] },
{ title: "About", items: [{ label: "Our Story", href: "#about" }, { label: "Our Team", href: "#team" }, { label: "Testimonials", href: "#testimonials" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Book Online", href: "#contact" }] }
{ title: "Usługi", items: [{ label: "Masaż Terapeutyczny", href: "#services" }, { label: "Rehabilitacja", href: "#services" }, { label: "Korekcja Postawy", href: "#services" }, { label: "Fizjoterapia Sportowa", href: "#services" }] },
{ title: "O Nas", items: [{ label: "Nasza Historia", href: "#about" }, { label: "Nasz Zespół", href: "#team" }, { label: "Referencje", href: "#testimonials" }] },
{ title: "Wsparcie", items: [{ label: "FAQ", href: "#faq" }, { label: "Umów Wizytę Online", href: "#contact" }] },
{ title: "Kontakt", items: [{ label: "Email: info@fizjopasjonaci.com", href: "mailto:info@fizjopasjonaci.com" }, { label: "Telefon: +48 123 456 789", href: "tel:+48123456789" }, { label: "Adres: ul. Przykładowa 10, Wrocław", href: "https://maps.app.goo.gl/example" }] }
]}
copyrightText="© 2024 Studio Fizjopasjonaci. All rights reserved."
copyrightText="© 2024 Studio Fizjopasjonaci. Wszelkie prawa zastrzeżone."
/>
</div>
</ThemeProvider>