Merge version_3 into main #4
@@ -7,10 +7,9 @@ import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestim
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Stethoscope, User, MapPin } from "lucide-react";
|
||||
import { Stethoscope, User } from "lucide-react";
|
||||
|
||||
export default function DentistPage() {
|
||||
return (
|
||||
@@ -51,6 +50,7 @@ export default function DentistPage() {
|
||||
{ text: "Umów wizytę", href: "#contact" },
|
||||
{ text: "Poznaj nas", href: "#about" },
|
||||
]}
|
||||
testimonials={[]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dental/hero.jpg"
|
||||
imageAlt="Nowoczesny gabinet stomatologiczny"
|
||||
/>
|
||||
@@ -66,6 +66,7 @@ export default function DentistPage() {
|
||||
icon={Stethoscope}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dental/about.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,6 +81,7 @@ export default function DentistPage() {
|
||||
{ tag: "Estetyka", title: "Wybielanie", subtitle: "Efektowny uśmiech", description: "Bezpieczne metody rozjaśniania zębów", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dental/s3.jpg" },
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,6 +90,7 @@ export default function DentistPage() {
|
||||
cardTag="Opinie Pacjentów"
|
||||
cardTitle="Oceny 5.0 w Google Maps potwierdzają nasze zaangażowanie"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Anna K.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dental/user1.jpg" },
|
||||
{ id: "2", name: "Marek P.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dental/user2.jpg" },
|
||||
@@ -105,6 +108,7 @@ export default function DentistPage() {
|
||||
]}
|
||||
textarea={{ name: "msg", placeholder: "W czym możemy pomóc?" }}
|
||||
buttonText="Wyślij wiadomość"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -115,6 +119,7 @@ export default function DentistPage() {
|
||||
{ title: "Szybkie Linki", items: [{ label: "Start", href: "#hero" }, { label: "O nas", href: "#about" }] },
|
||||
]}
|
||||
bottomLeftText="© 2025 Stomatologia Teresin"
|
||||
bottomRightText="Wszelkie prawa zastrzeżone"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user