diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b6aed4..ec9d2af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." />