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() {