import Link from "next/link"; import { Button } from "@/components/ui/button"; const navigation = [ { name: "Product", href: "#" }, { name: "Features", href: "#" }, { name: "Marketplace", href: "#" }, { name: "Company", href: "#" }, ]; export default function LandingPage() { return (
); }