import React from "react"; import { Search } from "lucide-react"; export default function Banner() { return (
{/* Full-bleed hero image */}
Hero
{/* Content container below the hero (no login/register) */}

Welcome to Next Fiber

Discover articles, projects and updates from the team. Explore our latest posts and tutorials.

); }