File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
web/project-site/src/pages Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,28 @@ export function Home() {
8484 />
8585 </ motion . div >
8686 </ motion . div >
87+
88+ { /* Sponsor Section */ }
89+ < motion . div
90+ initial = { { opacity : 0 } }
91+ animate = { { opacity : 1 } }
92+ transition = { { delay : 1.2 , duration : 1 } }
93+ className = "mt-20 flex flex-col items-center justify-center space-y-4"
94+ >
95+ < span className = "text-xs font-semibold text-gray-400 uppercase tracking-[0.2em]" > Sponsors</ span >
96+ < a
97+ href = "https://www.recall.ai/?utm_source=github& utm_medium = sponsorship & utm_campaign = rishikanthc - scriberr "
98+ target = "_blank"
99+ rel = "noopener noreferrer"
100+ className = "group transition-all duration-300 hover:-translate-y-0.5"
101+ >
102+ < img
103+ src = "https://cdn.prod.website-files.com/620d732b1f1f7b244ac89f0e/66b294e51ee15f18dd2b171e_recall-logo.svg"
104+ alt = "Recall.ai"
105+ className = "h-7 md:h-8 w-auto hover:opacity-80 transition-opacity duration-300"
106+ />
107+ </ a >
108+ </ motion . div >
87109 </ Section >
88110
89111 { /* Features Grid */ }
You can’t perform that action at this time.
0 commit comments