diff --git a/app/components/page.tsx b/app/components/page.tsx
index 457afab..f5d1a33 100644
--- a/app/components/page.tsx
+++ b/app/components/page.tsx
@@ -1,5 +1,5 @@
import styles from './style.module.css'
-import PowerBy from '@/components/power-by'
+import PowerBy, { PowerByFooter } from '@/components/power-by'
import Button from '@/components/button'
import AcademicCap from '@heroicons/react/24/solid/AcademicCapIcon'
const Home = () => {
@@ -8,14 +8,16 @@ const Home = () => {
Button
-
-
-
-
+
+
+
+
+