diff --git a/src/app/page.tsx b/src/app/page.tsx index fd75df5..0ed9d51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -49,15 +43,12 @@ export default function LandingPage() {
@@ -227,29 +162,19 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjimGMfqVW9DyIf7sTbPThHUT/a-soft-abstract-background-with-warm-lig-1774703657913-1dc636c2.png" columns={[ { - title: "Platform", - items: [ + title: "Platform", items: [ { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} @@ -260,4 +185,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file