import { Navbar } from "@/components/yuuki/navbar" import { Hero } from "@/components/yuuki/hero" import { ModelSection } from "@/components/yuuki/model-section" import { EcosystemSection } from "@/components/yuuki/ecosystem-section" import { DemoSection } from "@/components/yuuki/demo-section" import { StatsSection } from "@/components/yuuki/stats-section" import { CreatorSection } from "@/components/yuuki/creator-section" import { DonateSection } from "@/components/yuuki/donate-section" import { Footer } from "@/components/yuuki/footer" export default function Page() { return (
) }