I tried to download mods but ended up causing my SMAPI to crash and unable to enter game

https://smapi.io/log/ce23f343b8c544d29e9a5aa9edbce8c2 - This is my error log

Guys, Im a computer idiot. I tried to follow tutorials to download mods and ended up crashing my original SMAPI. I downloaded Stardew expanded mod and Grandfather's farm I tried to troubleshoot by updating my other outdated mods which didn't help. Send help please, I'm so sad T.T
Thanks for the log.

You have errors for multiple missing files:
Code:
22:36:41    ERROR    game    The game failed to launch: Microsoft.Xna.Framework.Content.ContentLoadException: The content file was not found.
 ---> FileNotFoundException: Content\Data/CraftingRecipes.xnb
 ---> DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Content\Data\CraftingRecipes.xnb'.

22:36:40    ERROR    Json Assets Mod crashed on entry and might not work correctly. Technical details:
Microsoft.Xna.Framework.Content.ContentLoadException: The content file was not found.
 ---> FileNotFoundException: Could not find file 'C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Content\Maps\springobjects.xnb'.
File name: 'C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Content\Maps\springobjects.xnb'
   at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)

22:36:38    ERROR    game    Game.Initialize() caught exception initializing XACT:
FileNotFoundException: Content\XACT\FarmerSounds.xgs
 ---> DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Content\XACT\FarmerSounds.xgs'.

22:36:41    ERROR    Pet Interaction    Mod crashed on entry and might not work correctly. Technical details:
TypeInitializationException: The type initializer for 'PetInteraction.ModEntry' threw an exception.
 ---> Microsoft.Xna.Framework.Content.ContentLoadException: The content file was not found.
 ---> FileNotFoundException: Content\Animals/cat.xnb
 ---> DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Content\Animals\cat.xnb'.
Try verifying your game files:
 
Top