From cff194d34f4aecb439986a2a116e276807256d0b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:08:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d64584..f032da3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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} /> @@ -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} /> @@ -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" /> -- 2.49.1