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