diff --git a/src/app/page.tsx b/src/app/page.tsx index ec9d2af..9f4a87b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,14 +169,14 @@ 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: "Book Online", href: "#contact" }] }, - { title: "Contact", items: [{ label: "Email: info@fizjopasjonaci.com", href: "mailto:info@fizjopasjonaci.com" }, { label: "Phone: +48 123 456 789", href: "tel:+48123456789" }, { label: "Address: ul. Example 10, Wrocław", href: "https://maps.app.goo.gl/example" }] } + { 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." /> ); -} +} \ No newline at end of file