Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 59459491df | |||
| 2c022f43c7 |
@@ -169,12 +169,12 @@ 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."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user