Initial commit for OakTasty website.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-08 10:41:35 +03:30
co-authored by Cursor
commit 5fd7d00563
76 changed files with 7516 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { MenuHome } from "@/components/MenuHome";
export default function HomePage() {
return <MenuHome />;
}