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: "#"},
],
},
]}