diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4034ad9..e0b0d2f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,26 +25,11 @@ export default function LandingPage() {
@@ -75,11 +56,7 @@ export default function LandingPage() { title="Our History" description="Over 15 years of excellence." names={[ - "2008 Founded", - "2012 Expansion", - "2018 Innovation", - "2023 Digital Shift", - ]} + "2008 Founded", "2012 Expansion", "2018 Innovation", "2023 Digital Shift"]} /> @@ -88,38 +65,20 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Properties", - href: "/listings", - }, - { - label: "Promotions", - href: "/promos", - }, + { label: "Properties", href: "/listings" }, + { label: "Promotions", href: "/promos" }, ], }, { items: [ - { - label: "About Us", - href: "/about", - }, - { - label: "Our Team", - href: "/about", - }, + { label: "About Us", href: "/about" }, + { label: "Our Team", href: "/about" }, ], }, { items: [ - { - label: "Contact", - href: "/contact", - }, - { - label: "WhatsApp", - href: "https://wa.me/...", - }, + { label: "Contact", href: "/contact" }, + { label: "WhatsApp", href: "https://wa.me/..." }, ], }, ]}