);
}
diff --git a/app/posts/page.jsx b/app/posts/page.jsx
index 74c616c..f2b5793 100644
--- a/app/posts/page.jsx
+++ b/app/posts/page.jsx
@@ -1,12 +1,21 @@
import React from 'react';
+import ImageBanner from '@/components/ImageBanner';
export default function Posts() {
return (
<>
-
- Posts
-
- The magic you're looking for is in the work you're avoiding.
+
+
+
+ Posts
+
+ The magic you're looking for is in the work you're
+ avoiding.The magic you're looking for is in the work you're
+ avoiding.The magic you're looking for is in the work you're
+ avoiding.The magic you're looking for is in the work you're
+ avoiding.The magic you're looking for is in the work you're
+ avoiding.
+
>
);
}
diff --git a/components/DynamicTextBanner.jsx b/components/DynamicTextBanner.jsx
index f2a68f2..4e802dd 100644
--- a/components/DynamicTextBanner.jsx
+++ b/components/DynamicTextBanner.jsx
@@ -66,7 +66,7 @@ const DynamicTextBanner = () => {
Feel free to fork, copy and use but don't forget to star
+ className="font-bold text-blue-700 dark:text-pink-800 hover:underline">
this repo
. It will keep evolving, and all of the contents & source code will
diff --git a/components/Icons.jsx b/components/Icons.jsx
index d0e9d83..19d66ce 100644
--- a/components/Icons.jsx
+++ b/components/Icons.jsx
@@ -337,6 +337,16 @@ const ExclamationTriangleIcon = ({className}) => (
);
+const InfinityIcon = ({className}) => (
+
+);
+
export {
MoonIcon,
SunIcon,
@@ -362,4 +372,5 @@ export {
PhotoIcon,
CheckCircleIcon,
ExclamationTriangleIcon,
+ InfinityIcon,
};
diff --git a/components/ImageBanner.jsx b/components/ImageBanner.jsx
new file mode 100644
index 0000000..1ac8cc6
--- /dev/null
+++ b/components/ImageBanner.jsx
@@ -0,0 +1,33 @@
+'use client';
+
+import React from 'react';
+import '../styles/imagebanner.css';
+import {InfinityIcon} from './Icons';
+
+const ImageBanner = () => {
+ return (
+