File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 11import { AnimatedSection } from "@/components/ui/AnimatedSection" ;
2+ import { url } from "inspector" ;
23
34const sponsor = {
45 name : "Logicalis GmbH" ,
56 logo : "/logicalis.svg" ,
67 description : "We are Architects of Change." ,
8+ url : "https://www.logicalis.com/de/"
79} ;
810
911export function SponsorsSection ( ) {
@@ -25,11 +27,13 @@ export function SponsorsSection() {
2527 < 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" >
2628 { /* Logo Container */ }
2729 < 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)]" >
28- < img
29- src = { sponsor . logo }
30- alt = { sponsor . name }
31- className = "w-16 h-16 object-contain"
32- />
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 >
3337 </ div >
3438
3539 { /* Sponsor Name */ }
@@ -49,9 +53,8 @@ export function SponsorsSection() {
4953 Interested in sponsoring NetAuto?
5054 </ p >
5155 < a
52- href = "mailto:sponsors@netauto.community"
53- className = "inline-flex items-center gap-2 text-accent hover:text-foreground transition-colors underline underline-offset-4 hover-scale"
54- >
56+ href = "mailto:netautorheinmain@gmail.com"
57+ className = "inline-flex items-center gap-2 text-accent hover:text-foreground transition-colors underline underline-offset-4 hover-scale" >
5558 Get in touch →
5659 </ a >
5760 </ AnimatedSection >
You can’t perform that action at this time.
0 commit comments