Skip to content

Commit 755907a

Browse files
committed
fix: cecile returns
1 parent ce6f81c commit 755907a

7 files changed

Lines changed: 18 additions & 17 deletions

File tree

pwa/app/(con)/[locale]/con/2025/review/components/Review/en.tsx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ export default function ReviewList() {
2727
<LinedTitle className="mb-5">Major announcements made</LinedTitle>
2828
<p>
2929
The opening keynote brought some major announcements: FrankenPHP and
30-
API Platform are getting powerful new features — including support
31-
for gRPC (enabling faster, high-performance APIs), the ability to
32-
write PHP extensions in Go, and integration with real-time
33-
capabilities.
30+
API Platform are getting powerful new features including support for
31+
gRPC (enabling faster, high-performance APIs), the ability to write
32+
PHP extensions in Go.
3433
</p>
3534
<p>
3635
These innovations open up exciting new possibilities for the PHP
@@ -53,9 +52,11 @@ export default function ReviewList() {
5352
Exclusive content for all skill levels
5453
</LinedTitle>
5554
<p>
56-
Lille welcomed key figures from the PHP ecosystem on September 18
57-
and 19, as the latest innovations and trends in modern development
58-
took center stage at the event.
55+
On September 18 and 19, Lille became the meeting point for key
56+
figures in the PHP ecosystem. The program featured the latest
57+
innovations and trends in modern web development, highlighted
58+
throughout the event by strong representation from communities and
59+
personalities such as Symfony, Laravel, or Go.
5960
</p>
6061
<Button className="square" size="small" to="/con/2025/speakers">
6162
See all speakers

pwa/app/(con)/[locale]/con/2025/review/components/Review/fr.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@ export default function ReviewList() {
3131
La keynote d’ouverture a dévoilé plusieurs annonces majeures :
3232
FrankenPHP et API Platform vont bénéficier de nouvelles
3333
fonctionnalités puissantes, notamment le support de gRPC (permettant
34-
des API plus rapides et performantes), la possibilité d’écrire des
35-
extensions PHP en Go, ainsi qu’une intégration avec des capacités
36-
temps réel.
34+
des API plus rapides et performantes) et la possibilité d’écrire des
35+
extensions PHP en Go.
3736
</p>
3837
<p>
39-
Ces innovations ouvrent de nouvelles perspectives passionnantes pour
40-
la communauté PHP, notamment en termes de performance, de
41-
scalabilité et d’interopérabilité avec d’autres technologies.
38+
De nouvelles perspectives passionnantes pour la communauté PHP,
39+
notamment en termes de performance, déploiement, scalabilité et
40+
d’interopérabilité avec d’autres technologies.
4241
</p>
4342
</ReviewItem>
4443
<ReviewItem
@@ -56,10 +55,11 @@ export default function ReviewList() {
5655
Du contenu exclusif pour tous les niveaux
5756
</LinedTitle>
5857
<p>
59-
Les 18 et 19 septembre, Lille a été le point de rendez-vous des
58+
Les 18 et 19 septembre, Lille est devenu le point de rendez-vous des
6059
grandes figures de l’écosystème PHP. Au programme : les dernières
6160
innovations et tendances du web moderne, mises à l’honneur tout au
62-
long de l’événement.
61+
long de l’événement, avec des communautés et personnalités
62+
brillamment représentées : Symfony, Laravel, Go...
6363
</p>
6464
<Button className="square" size="small" to="/fr/con/2025/speakers">
6565
Voir tous les speakers

pwa/app/(con)/[locale]/con/2025/review/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default async function Page({ params }: { params: { locale: Locale } }) {
5151
}
5252
<PictureGallery
5353
className="pb-60 pt-12"
54-
link="https://www.flickr.com/photos/194052559@N02/albums/72177720320499314"
54+
link="https://www.flickr.com/photos/194052559@N02/albums/72177720329148577"
5555
>
5656
{images.map((image: string) => (
5757
<Image

pwa/app/(con)/[locale]/con/2026/components/HomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const HomePage = ({ speakers, partners, images }: HomePageProps) => {
5656
</SectionSubTitle>
5757
<PictureGallery
5858
className="py-4"
59-
link="https://www.flickr.com/photos/194052559@N02/albums/72177720320499314/"
59+
link="https://www.flickr.com/photos/194052559@N02/albums/72177720329148577/"
6060
>
6161
{images.map((image: string) => (
6262
<Image
1.68 MB
Loading
-997 KB
Loading
-1.14 MB
Loading

0 commit comments

Comments
 (0)