From 764eab0f44d5ed911e1e41813f02a8cf84f54dd7 Mon Sep 17 00:00:00 2001 From: Pol Margarit Fisas <131487213+polmf@users.noreply.github.com> Date: Sat, 11 Apr 2026 12:10:45 +0200 Subject: [PATCH 1/3] 2026 (#227) (#228) Co-authored-by: enric4000 Co-authored-by: Yaoyao Guo <168144675+yaoguz@users.noreply.github.com> From 1c1cf5715db0746378ac42a92f05d5d0acdd12fa Mon Sep 17 00:00:00 2001 From: polmf <99polmf@gmail.com> Date: Sat, 11 Apr 2026 12:37:18 +0200 Subject: [PATCH 2/3] add pears + mecalux --- public/Sponsors/mecalux.svg | 35 ++++++++++++++++++++++ public/Sponsors/pears.svg | 20 +++++++++++++ src/app/components/SponsorsAndPartners.tsx | 22 ++++++++++---- 3 files changed, 71 insertions(+), 6 deletions(-) create mode 100644 public/Sponsors/mecalux.svg create mode 100644 public/Sponsors/pears.svg diff --git a/public/Sponsors/mecalux.svg b/public/Sponsors/mecalux.svg new file mode 100644 index 0000000..ee81d7d --- /dev/null +++ b/public/Sponsors/mecalux.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/public/Sponsors/pears.svg b/public/Sponsors/pears.svg new file mode 100644 index 0000000..237cff5 --- /dev/null +++ b/public/Sponsors/pears.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/app/components/SponsorsAndPartners.tsx b/src/app/components/SponsorsAndPartners.tsx index 475c8c5..fe65356 100644 --- a/src/app/components/SponsorsAndPartners.tsx +++ b/src/app/components/SponsorsAndPartners.tsx @@ -99,12 +99,6 @@ export default function SponsorsAndPartners() { SPONSORS - - - - - - + + + + + + From c8801f4bb228aeefc4358ed6d228857719bbeb77 Mon Sep 17 00:00:00 2001 From: polmf <99polmf@gmail.com> Date: Sat, 11 Apr 2026 12:39:13 +0200 Subject: [PATCH 3/3] rm terabox --- src/app/components/SponsorsAndPartners.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/SponsorsAndPartners.tsx b/src/app/components/SponsorsAndPartners.tsx index fe65356..ce6630c 100644 --- a/src/app/components/SponsorsAndPartners.tsx +++ b/src/app/components/SponsorsAndPartners.tsx @@ -14,7 +14,6 @@ import { MiliBox, SponsorLogo, SponsorUnrevealed, - TeraBox, } from "@/app/genericComponents/Sponsors"; import { SectionTitle } from "../genericComponents/Typography";