import NavbarCentered from "@/components/ui/NavbarCentered"; import { routes } from "@/routes"; const HomePage = () => { return (
({ name: r.label, href: r.path }))} ctaButton={{ text: "Get Started", href: "#" }} />

Welcome

Your website content will appear here.

); }; export default HomePage;