From b343eba9c147e3e73f66a773c20a913ac109680d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:12:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 212 ++++++++++------------------------------------- 1 file changed, 44 insertions(+), 168 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0070df8..48b81c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Shield, Zap, CheckCircle, Sparkles } from "lucide-react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterMedia from '@/components/sections/footer/FooterMedia'; @@ -30,25 +31,15 @@ export default function LandingPage() { @@ -57,19 +48,14 @@ export default function LandingPage() {
@@ -297,42 +188,27 @@ export default function LandingPage() { logoText="WebMarket" columns={[ { - title: "Marketplace", - items: [ + title: "Marketplace", items: [ { - label: "Buy Websites", - href: "#", - }, + label: "Buy Websites", href: "#"}, { - label: "Sell Website", - href: "#", - }, + label: "Sell Website", href: "#"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, { - label: "Fees", - href: "#", - }, + label: "Fees", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, ], }, ]} -- 2.49.1