@@ -24,7 +24,7 @@ const t = texts[lang as keyof typeof texts]
@@ -42,7 +42,7 @@ const t = texts[lang as keyof typeof texts]
id="sponsor-btn"
type="button"
aria-describedby="sponsor-hint"
- class="group relative px-7 py-2 bg-green-500 text-black font-mono font-bold text-lg hover:bg-green-400 transition-all duration-300 shadow-[0_0_15px_rgba(34,197,94,0.5)] hover:shadow-[0_0_25px_rgba(34,197,94,0.8)] cursor-pointer focus:outline-none focus:ring-4 focus:ring-green-300/50 rounded-sm"
+ class="group relative px-7 py-2 bg-pycon-orange text-black font-mono font-bold text-lg hover:bg-pycon-yellow transition-all duration-300 shadow-[0_0_15px_rgba(255,130,0,0.5)] hover:shadow-[0_0_25px_rgba(255,130,0,0.8)] cursor-pointer focus:outline-none focus:ring-4 focus:ring-pycon-orange/50 rounded-sm"
>
-
+
+
+
+
{title}
@@ -26,7 +30,7 @@ const { title, description = 'PyconES 2026' } = Astro.props
-
+
@@ -40,13 +44,8 @@ const { title, description = 'PyconES 2026' } = Astro.props
diff --git a/src/pages/[lang]/sponsors.astro b/src/pages/[lang]/sponsors.astro
index c044616..8ee0ad6 100644
--- a/src/pages/[lang]/sponsors.astro
+++ b/src/pages/[lang]/sponsors.astro
@@ -38,12 +38,12 @@ const {
- {hero.date}
+ {hero.date}
{hero.title}
{hero.subtitle}
@@ -51,7 +51,7 @@ const {
-
+
{about.title}
{about.body}
@@ -63,9 +63,9 @@ const {
{
stats.items.map((stat) => (
-
+
{stat.icon}
- {stat.value}
+ {stat.value}
{stat.label}
))
@@ -79,8 +79,8 @@ const {
{
objectives.items.map((obj) => (
-
- {obj.title}
+
+ {obj.title}
{obj.desc}
))
@@ -93,8 +93,8 @@ const {
{location.title}
-
- ๐ {location.where}
+
+ ๐ {location.where}
{location.body}
{location.bodyStrong}
@@ -105,8 +105,8 @@ const {
-
- ๐
{when.title}
+
+ ๐
{when.title}
{when.friday}: {when.fridayStrong}
@@ -128,8 +128,8 @@ const {
-
- {whatis.title}
+
+ {whatis.title}
{whatis.body1}
@@ -138,8 +138,8 @@ const {
-
- {whySponsor.title}
+
+ {whySponsor.title}
{
whySponsor.items.map((item) => (
@@ -161,7 +161,7 @@ const {
{audience.title}
-
+
{audience.seniority}
57%
@@ -195,7 +195,7 @@ const {
JUNIOR 38%
-
+
SENIOR / PRO 57%
@@ -212,16 +212,16 @@ const {
{
audience.items.map((item) => (
-
+
{item.icon}
- {item.value}
+ {item.value}
{item.label}
))
}
-
+
{interests.title}
{
(() => {
@@ -271,9 +271,9 @@ const {
{
testimonials.items.map((t) => (
-
+
{hero.title}
{hero.subtitle}
@@ -51,7 +51,7 @@ const {
{about.title}
{about.body}
{location.title}
๐ {location.where}
+๐ {location.where}
{location.body} {location.bodyStrong} @@ -105,8 +105,8 @@ const {
๐ {when.title}
+๐ {when.title}
{when.friday}: {when.fridayStrong}
@@ -128,8 +128,8 @@ const {
{whatis.body1}
{whatis.title}
+ {whatis.title}
{whySponsor.title}
+ {whySponsor.title}
{audience.title}
- {audience.seniority}
{interests.title}
{
(() => {
@@ -271,9 +271,9 @@ const {