From ad24909d0e30a232240900b9a765f3e8504471ad Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 07:43:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 323 ++++++++++------------------------------------- 1 file changed, 69 insertions(+), 254 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7973b5b..0e4703c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,43 +32,25 @@ export default function LandingPage() { @@ -76,69 +58,42 @@ export default function LandingPage() {
@@ -146,7 +101,7 @@ export default function LandingPage() {
@@ -410,54 +246,33 @@ export default function LandingPage() { logoText="Webild" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, { - label: "Portfolio", - href: "#products", - }, + label: "Portfolio", href: "#products"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "LinkedIn", - href: "https://linkedin.com", - }, + label: "LinkedIn", href: "https://linkedin.com"}, { - label: "Twitter", - href: "https://twitter.com", - }, + label: "Twitter", href: "https://twitter.com"}, { - label: "Facebook", - href: "https://facebook.com", - }, + label: "Facebook", href: "https://facebook.com"}, ], }, ]}