From 1101dfed0ec832a222d5aa466014f750d19acd3b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 09:30:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 301 +++++++++-------------------------------------- 1 file changed, 57 insertions(+), 244 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c43d35..cb81b37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,37 +33,21 @@ export default function LandingPage() { @@ -72,48 +56,22 @@ export default function LandingPage() {
@@ -406,62 +244,37 @@ export default function LandingPage() { logoText="Poznań Business Center" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Offices", - href: "#offices", - }, + label: "Offices", href: "#offices"}, { - label: "Amenities", - href: "#why-us", - }, + label: "Amenities", href: "#why-us"}, { - label: "Location", - href: "#contact", - }, + label: "Location", href: "#contact"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Phone: +48 123 456 789", - href: "tel:+48123456789", - }, + label: "Phone: +48 123 456 789", href: "tel:+48123456789"}, { - label: "Email: info@poznanbc.com", - href: "mailto:info@poznanbc.com", - }, + label: "Email: info@poznanbc.com", href: "mailto:info@poznanbc.com"}, { - label: "Address: ul. Głogowska 26, Poznań", - href: "https://maps.app.goo.gl/example", - }, + label: "Address: ul. Głogowska 26, Poznań", href: "https://maps.app.goo.gl/example"}, ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { - label: "LinkedIn", - href: "#", - }, + label: "LinkedIn", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, ], }, ]} -- 2.49.1