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"},
],
},
]}