From 479161129fb862fbf5735d8f4a387eeacc2d4463 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 09:19:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 213 ++++++++++++----------------------------------- 1 file changed, 53 insertions(+), 160 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d278300..bf94480 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,62 +44,39 @@ export default function LandingPage() {
@@ -117,18 +86,11 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Built for the ", - }, + type: "text", content: "Built for the "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459690.jpg", - alt: "Innovative workspace", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459690.jpg", alt: "Innovative workspace"}, { - type: "text", - content: " ambitious builders of tomorrow.", - }, + type: "text", content: " ambitious builders of tomorrow."}, ]} /> @@ -136,49 +98,26 @@ export default function LandingPage() {
@@ -273,37 +180,23 @@ export default function LandingPage() { logoText="NexusAI" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Pricing", - href: "#", - }, + label: "Pricing", href: "#"}, { - label: "Docs", - href: "#", - }, + label: "Docs", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} -- 2.49.1