diff --git a/src/components/awards/Awards.js b/src/pages/Achievements/AchievementContent.js
similarity index 94%
rename from src/components/awards/Awards.js
rename to src/pages/Achievements/AchievementContent.js
index aacf267..90f6ff0 100644
--- a/src/components/awards/Awards.js
+++ b/src/pages/Achievements/AchievementContent.js
@@ -1,13 +1,13 @@
-import React from "react";
-import Award from "./Award";
+import React from 'react'
+import Award from "../../components/awards/Award";
-import AwardsCSS from "./Awards.module.css";
+import AwardsCSS from "../../components/awards/Awards.module.css";
import hackatoge from "../../assets/awards/hackatoge.jpg";
import concepto from "../../assets/awards/concepto.jpeg";
-const Awards = () => {
- return (
+const AchievementContent = () => {
+ return (
-