-
-
-);
-
-export default GuidesPage;
diff --git a/pages/resources.tsx b/pages/resources.tsx
index d2d2364..02a7839 100644
--- a/pages/resources.tsx
+++ b/pages/resources.tsx
@@ -1,9 +1,18 @@
-import Layout from '../components/Layout';
+import Layout from '../components/Layout'
+import Banner from '../components/Banner';
+import Button from '../components/ButtonPrimary';
+import Card from '../components/Card'
+import SideNav from '../components/SideNav';
-const ResourcesPage = () => (
+const GuidesPage = () => (
-
Resources
+ Resources
+
+
Hehehaha
+
+ Blss is a staple of Breath of the wild speedrunning allowing you to traverse large distances almost instantly
+ Blss is a staple of Breath of the wild speedrunning allowing you to traverse large distances almost instantly
);
-
-export default ResourcesPage;
+
+export default GuidesPage;