Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-04 22:40:54 +00:00

View File

@@ -9,7 +9,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Award, Users, Clock, Zap, Phone } from "lucide-react";
import { Award, Users, Clock, Zap, Phone, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -173,6 +173,21 @@ export default function LandingPage() {
/>
</div>
<div id="address" data-section="address">
<ContactCTA
tag="Nasze Lokalizacja"
tagIcon={MapPin}
title="Odwiedź Naszą Klinikę"
description="ul. Kościuszki 17, 05-300 Mińsk Mazowiecki. Znajdziesz nas w samym centrum miasta z łatwym dostępem i wygodnym parkingiem."
buttons={[
{
text: "Otwórz w Google Maps", href: "https://maps.google.com/?cid=8729968714873649810&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAEYASAB&hl=pl&source=embed"},
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
@@ -189,7 +204,7 @@ export default function LandingPage() {
{ label: "Zadzwoń", href: "tel:+48257581608" },
{ label: "Wiadomość", href: "mailto:gabinet@rafdent.pl" },
{
label: "Adres", href: "https://www.google.com/maps/search/ul.+Ko%C5%9Bciuszki+17,+05-300+Mi%C5%84sk+Mazowiecki"},
label: "Adres", href: "https://maps.google.com/?cid=8729968714873649810&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAEYASAB&hl=pl&source=embed"},
{ label: "Godziny", href: "#contact" },
],
},