diff --git a/src/app/page.tsx b/src/app/page.tsx
index f94c073..ac7577f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
@@ -44,22 +40,20 @@ export default function LandingPage() {
@@ -147,20 +124,15 @@ export default function LandingPage() {
columns={[
{
title: "Links", items: [
- {
- label: "Properties", href: "#properties"},
- {
- label: "About", href: "#about"},
- {
- label: "Contact", href: "#contact"},
+ { label: "Properties", href: "#properties" },
+ { label: "About", href: "#about" },
+ { label: "Contact", href: "#contact" },
],
},
{
title: "Legal", items: [
- {
- label: "Privacy Policy", href: "#"},
- {
- label: "Terms of Service", href: "#"},
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Service", href: "#" },
],
},
]}
@@ -171,4 +143,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file