diff --git a/src/app/page.tsx b/src/app/page.tsx index dd77c1c..146a1f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,35 +28,35 @@ import { } from "lucide-react"; export default function HomePage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "Services", id: "/services" }, + { name: "Traders", id: "/traders" }, + ]; + return ( - {/* Navbar */} - {/* Hero Section */}
- {/* About Section */}
- {/* Services/Features Section */}
- {/* Pricing Section */}
- {/* Testimonials Section */}
- {/* Metrics Section */}
- {/* FAQ Section */}
- {/* Contact Section */}
- {/* Footer */}