From d765c56daf88c1036b8d7ad219d968ac05d40ede Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:51:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2ad22b..bc39e1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import Link from 'next/link'; -import { TrendingUp, Sparkles, Zap, Users, BarChart3, Shield, Clock } from 'lucide-react'; +import { TrendingUp, Sparkles, Zap, Users, BarChart3, Shield, Clock, ExternalLink } from 'lucide-react'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -31,9 +31,7 @@ export default function HomePage() { brandName="My Trade" navItems={[ { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Pricing", id: "/pricing" }, - { name: "Contact", id: "/contact" } + { name: "Pricing", id: "/pricing" } ]} button={{ text: "Start Trading", href: "/pricing" @@ -74,9 +72,12 @@ export default function HomePage() {