diff --git a/src/app/markets/page.tsx b/src/app/markets/page.tsx
index 93e0cbb..8999928 100644
--- a/src/app/markets/page.tsx
+++ b/src/app/markets/page.tsx
@@ -20,8 +20,7 @@ export default function MarketsPage() {
const footerColumns = [
{
- title: "Explore",
- items: [
+ title: "Explore", items: [
{ label: "Browse Markets", href: "/markets" },
{ label: "Search Homes", href: "search" },
{ label: "How It Works", href: "how-it-works" },
@@ -29,8 +28,7 @@ export default function MarketsPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "about" },
{ label: "Blog", href: "blog" },
{ label: "Careers", href: "careers" },
@@ -38,8 +36,7 @@ export default function MarketsPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Terms of Service", href: "#" },
{ label: "Privacy Policy", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -65,16 +62,14 @@ export default function MarketsPage() {