Components
A simple Navigation built for Product-Led SaaS companies to highlight their products strengths. The version is for desktop only, but can be remixed to quickly make it mobile friendly.
Loading preview...
import NavigationOne from "@/components/ui/simple-navigation-with-icons";
export default function DemoOne() {
return (
<section className="h-screen w-screen bg-[#f9f9f9] flex items-center justify-center">
<NavigationOne />
</section>
);
}