Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 968a41d60b | |||
| f331d16c0f | |||
| 8b96a268ed | |||
| ba02f2703f | |||
| 6a8f175fa6 | |||
| 5293f930e3 | |||
| 35b2f68529 |
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Umów wizytę", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-holding-leg_23-2149047467.jpg?_wi=1", imageAlt: "Gabinet podologiczny" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment_1232-4438.jpg?_wi=1", imageAlt: "Zabieg podologiczny" }
|
||||
{ imageSrc: "http://img.b2bpic.net/dental-tools-equipment_1232-4438.jpg", imageAlt: "Zabieg podologiczny" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Anna Kowalska", date: "2024-01-10", title: "Profesjonalizm", quote: "Bardzo polecam, pomoc przyszła szybko.", tag: "Usługa", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16144.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-holding-leg_23-2149047467.jpg?_wi=2" },
|
||||
{ id: "2", name: "Jan Nowak", date: "2024-02-15", title: "Ulgowe leczenie", quote: "Po latach bólu w końcu czuję komfort.", tag: "Usługa", avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment_1232-4438.jpg?_wi=2" },
|
||||
{ id: "2", name: "Jan Nowak", date: "2024-02-15", title: "Ulgowe leczenie", quote: "Po latach bólu w końcu czuję komfort.", tag: "Usługa", avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment_1232-4438.jpg" },
|
||||
{ id: "3", name: "Marta Zielińska", date: "2024-03-01", title: "Świetna opieka", quote: "Bardzo czysto i profesjonalnie.", tag: "Usługa", avatarSrc: "http://img.b2bpic.net/free-photo/doctor-standing-with-thumb-up-horizontal-medium-shot_1098-18147.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-female-nurses-working-clinic-scrubs_23-2149844699.jpg?_wi=2" },
|
||||
{ id: "4", name: "Piotr Wójcik", date: "2024-03-12", title: "Warto było", quote: "Indywidualne podejście, polecam.", tag: "Usługa", avatarSrc: "http://img.b2bpic.net/free-photo/doctor-talking-female-patient_107420-73976.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fingernail-set_1203-2457.jpg?_wi=2" },
|
||||
{ id: "5", name: "Ewa Mazur", date: "2024-04-05", title: "Zawsze miło", quote: "Bardzo sympatyczna obsługa.", tag: "Usługa", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-retired-man_23-2147562098.jpg", imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-treats-patient-foot-with-rehab-device-leg-rehabilitation-session_169016-70866.jpg" }
|
||||
@@ -134,25 +134,27 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
<ContactCTA
|
||||
tag="Kontakt"
|
||||
title="Umów się na wizytę"
|
||||
description="Wpisz swój adres email, abyśmy mogli się z Tobą skontaktować i dobrać odpowiedni termin."
|
||||
title="Umów się na wizytację"
|
||||
description="Nie czekaj, aż ból się pogłębi. Zarezerwuj termin swojej konsultacji już dziś."
|
||||
buttons={[{ text: "Zarezerwuj termin" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Nawigacja", items: [{ label: "Start", href: "#hero" }, { label: "O nas", href: "#about" }] },
|
||||
{ title: "Kontakt", items: [{ label: "Telefon", href: "tel:123456789" }, { label: "Email", href: "mailto:info@podolog.pl" }] },
|
||||
]}
|
||||
<FooterLogoEmphasis
|
||||
logoText="PodologyCare"
|
||||
columns={[
|
||||
{ items: [{ label: "O nas" }, { label: "Usługi" }] },
|
||||
{ items: [{ label: "Kontakt: +48 123 456 789" }, { label: "Email: biuro@podology.pl" }] },
|
||||
{ items: [{ label: "ul. Zdrowia 1, 00-001 Warszawa" }, { label: "Godziny: Pon-Pt 8:00-18:00" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user