Skip to content

Commit 9d0200f

Browse files
Merge pull request #62 from bakayu/update_landing_page
2 parents 1ed5a06 + 594b13a commit 9d0200f

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

landing/src/components/sections/Hero.tsx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -56,26 +56,6 @@ const Hero: React.FC = () => {
5656
AI-Powered <span className="gradient-text">Developer Relations</span> Assistant
5757
</motion.h1>
5858

59-
{/* Powered by AOSSIE - now placed in main content area */}
60-
<motion.div
61-
variants={item}
62-
className="mb-8 flex justify-center"
63-
>
64-
<a
65-
href="https://aossie.org/"
66-
target="_blank"
67-
rel="noopener noreferrer"
68-
className="flex items-center gap-3 bg-dark/80 backdrop-blur-sm py-3 px-5 rounded-full hover:bg-dark-lighter transition-all border border-gray-800 group"
69-
>
70-
<span className="text-sm text-gray-300 group-hover:text-white">Powered by AOSSIE</span>
71-
<img
72-
src="/aossie_logo.png"
73-
alt="AOSSIE"
74-
className="h-7 w-auto"
75-
/>
76-
</a>
77-
</motion.div>
78-
7959
<motion.p
8060
variants={item}
8161
className="text-xl md:text-2xl text-gray-400 mb-6 max-w-4xl mx-auto"

0 commit comments

Comments
 (0)