diff --git a/src/app/page.tsx b/src/app/page.tsx index c071716..cd12724 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, TrendingUp } from "lucide-react"; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; @@ -32,25 +33,15 @@ export default function LandingPage() { @@ -59,20 +50,15 @@ export default function LandingPage() {
@@ -319,14 +202,11 @@ export default function LandingPage() {
@@ -337,49 +217,31 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { items: [ { - label: "Help Center", - href: "#", - }, + label: "Help Center", href: "#"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, { items: [ { - label: "Twitter", - href: "https://twitter.com", - }, + label: "Twitter", href: "https://twitter.com"}, { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, { - label: "LinkedIn", - href: "https://linkedin.com", - }, + label: "LinkedIn", href: "https://linkedin.com"}, ], }, ]}