Skip to content

Commit 94b5fcd

Browse files
committed
added unstop links
1 parent ebb5b6c commit 94b5fcd

1 file changed

Lines changed: 5 additions & 22 deletions

File tree

src/components/sections/HeroSection.jsx

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default function HeroSection() {
6868
>
6969
<div className="container-custom relative z-10">
7070
<div
71-
className="absolute top-0 right-5 hidden md:flex items-center gap-3 z-30"
71+
className="absolute top-0 right-14 hidden md:flex items-center gap-3 z-30"
7272
style={{
7373
background: 'rgba(255,255,255,0.04)',
7474
border: '1px solid rgba(255,255,255,0.06)',
@@ -94,23 +94,6 @@ export default function HeroSection() {
9494
/>
9595
</a>
9696

97-
<div className="w-px h-6 bg-white/10" aria-hidden="true" />
98-
99-
<a
100-
href="https://devfolio.co"
101-
target="_blank"
102-
rel="noopener noreferrer"
103-
aria-label="Devfolio"
104-
className="block p-1 rounded-md hover:scale-105 transition-transform duration-200"
105-
>
106-
<Image
107-
src="/images/Devfolio_Logo-White.png"
108-
alt="Devfolio"
109-
width={120}
110-
height={26}
111-
className="object-contain"
112-
/>
113-
</a>
11497
</div>
11598

11699
<div className="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
@@ -128,7 +111,7 @@ export default function HeroSection() {
128111
>
129112
<Sparkles className="w-4 h-4 text-[#9B87FE]" />
130113
<span className="text-sm font-semibold text-[#9B87FE] tracking-wide">
131-
Apply with Devfolio
114+
Apply with Unstop now!
132115
</span>
133116
</motion.div>
134117

@@ -163,14 +146,14 @@ export default function HeroSection() {
163146
/>
164147
{!devfolioButtonVisible && (
165148
<Button
166-
variant="devfolio"
149+
167150
size="default"
168151
className="absolute w-[312px] h-[44px] font-semibold gap-1.5"
169152
onClick={() =>
170-
window.open(EXTERNAL_LINKS.devfolio, '_blank')
153+
window.open("https://unstop.com/p/opencode-2025-indian-institute-of-information-technology-iiit-allahabad-1611367", '_blank')
171154
}
172155
>
173-
Apply with Devfolio
156+
Join Unstop
174157
</Button>
175158
)}
176159
</div>

0 commit comments

Comments
 (0)