Skip to content

Commit 6d64ccf

Browse files
committed
Sposoring link
1 parent 285e3ae commit 6d64ccf

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

src/components/home/SponsorsSection.tsx

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,25 @@ export function SponsorsSection() {
2424
{/* Single Sponsor - Centered */}
2525
<AnimatedSection delay={100}>
2626
<div className="max-w-md mx-auto">
27-
<div className="group p-10 rounded-2xl border border-border/50 bg-card hover:border-foreground/30 transition-all duration-500 text-center card-shine hover-lift">
28-
{/* Logo Container */}
29-
<div className="w-28 h-28 mx-auto mb-6 rounded-xl bg-secondary/50 flex items-center justify-center grayscale group-hover:grayscale-0 transition-all duration-500 group-hover:shadow-[0_0_40px_hsl(var(--glow)/0.3)]">
30-
<a href={sponsor.url} target="_blank" rel="noopener noreferrer">
31-
<img
32-
src={sponsor.logo}
33-
alt={sponsor.name}
34-
className="w-16 h-16 object-contain"
35-
/>
36-
</a>
27+
<a href={sponsor.url} target="_blank" rel="noopener noreferrer">
28+
<div className="group p-10 rounded-2xl border border-border/50 bg-card hover:border-foreground/30 transition-all duration-500 text-center card-shine hover-lift">
29+
{/* Logo Container */}
30+
<div className="w-28 h-28 mx-auto mb-6 rounded-xl bg-secondary/50 flex items-center justify-center grayscale group-hover:grayscale-0 transition-all duration-500 group-hover:shadow-[0_0_40px_hsl(var(--glow)/0.3)]">
31+
32+
<img src={sponsor.logo} alt={sponsor.name}
33+
className="w-16 h-16 object-contain"/>
34+
35+
</div>
36+
37+
{/* Sponsor Name */}
38+
<h3 className="text-2xl font-semibold mb-3">{sponsor.name}</h3>
39+
40+
{/* Description */}
41+
<p className="text-muted-foreground leading-relaxed">
42+
{sponsor.description}
43+
</p>
3744
</div>
38-
39-
{/* Sponsor Name */}
40-
<h3 className="text-2xl font-semibold mb-3">{sponsor.name}</h3>
41-
42-
{/* Description */}
43-
<p className="text-muted-foreground leading-relaxed">
44-
{sponsor.description}
45-
</p>
46-
</div>
45+
</a>
4746
</div>
4847
</AnimatedSection>
4948

@@ -53,7 +52,7 @@ export function SponsorsSection() {
5352
Interested in sponsoring NetAuto?
5453
</p>
5554
<a
56-
href="mailto:netautorheinmain@gmail.com"
55+
href="mailto:netautorheinmain@gmail.com" target="_blank"
5756
className="inline-flex items-center gap-2 text-accent hover:text-foreground transition-colors underline underline-offset-4 hover-scale">
5857
Get in touch →
5958
</a>

0 commit comments

Comments
 (0)