Update src/app/page.tsx

This commit is contained in:
2026-06-03 13:59:55 +00:00
parent 89ff40ba57
commit d8c555a076

View File

@@ -171,7 +171,8 @@ export default function LandingPage() {
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: "Contact Us", href: "#contact" }, { label: "Book Online", href: "#contact" }] }
{ 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" }] }
]}
copyrightText="© 2024 Studio Fizjopasjonaci. All rights reserved."
/>