Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-09 19:20:19 +00:00
5 changed files with 1377 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ export default function CreatePage() {
{ text: "Retour à l'accueil", href: "/" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/stylish-friends-sitting-cafe_273609-5473.jpg"
imageSrc="http://img.b2bpic.net/free-photo/stylish-friends-sitting-cafe_273609-5473.jpg?_wi=2"
imageAlt="Friends playing mobile game laughing party"
mediaAnimation="slide-up"
/>
@@ -63,7 +63,7 @@ export default function CreatePage() {
tag="Paramètres"
tagIcon={Smartphone}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/group-close-friends-playing-space-sim-videogame-modern-gaming-console-young-adult-people-sitting-sofa-home-while-enjoying-time-together-fun-leisure-activity-entertainment-device_482257-43301.jpg"
imageSrc="http://img.b2bpic.net/free-photo/group-close-friends-playing-space-sim-videogame-modern-gaming-console-young-adult-people-sitting-sofa-home-while-enjoying-time-together-fun-leisure-activity-entertainment-device_482257-43301.jpg?_wi=2"
imageAlt="voting mobile app interface design screen"
buttons={[{ text: "Configurer Maintenant", href: "#" }]}
buttonAnimation="slide-up"
@@ -86,7 +86,7 @@ export default function CreatePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/four-beautiful-girls-resting-party_176420-6194.jpg"
imageSrc="http://img.b2bpic.net/free-photo/four-beautiful-girls-resting-party_176420-6194.jpg?_wi=2"
imageAlt="young friends laughing having party fun celebration"
columns={[
{

View File

@@ -44,7 +44,7 @@ export default function GamePage() {
tag="Jeu en Temps Réel"
tagIcon={Sparkles}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/group-close-friends-playing-space-sim-videogame-modern-gaming-console-young-adult-people-sitting-sofa-home-while-enjoying-time-together-fun-leisure-activity-entertainment-device_482257-43301.jpg"
imageSrc="http://img.b2bpic.net/free-photo/group-close-friends-playing-space-sim-videogame-modern-gaming-console-young-adult-people-sitting-sofa-home-while-enjoying-time-together-fun-leisure-activity-entertainment-device_482257-43301.jpg?_wi=3"
imageAlt="voting mobile app interface design screen"
buttons={[
{ text: "Commencer à Voter", href: "#play-now" },
@@ -92,7 +92,7 @@ export default function GamePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/four-beautiful-girls-resting-party_176420-6194.jpg"
imageSrc="http://img.b2bpic.net/free-photo/four-beautiful-girls-resting-party_176420-6194.jpg?_wi=4"
imageAlt="young friends laughing having party fun celebration"
columns={[
{

View File

@@ -51,7 +51,7 @@ export default function JoinPage() {
{ text: "Retour à l'accueil", href: "/" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/stylish-friends-sitting-cafe_273609-5473.jpg"
imageSrc="http://img.b2bpic.net/free-photo/stylish-friends-sitting-cafe_273609-5473.jpg?_wi=3"
imageAlt="Friends playing mobile game laughing party"
mediaAnimation="slide-up"
/>
@@ -135,7 +135,7 @@ export default function JoinPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/four-beautiful-girls-resting-party_176420-6194.jpg"
imageSrc="http://img.b2bpic.net/free-photo/four-beautiful-girls-resting-party_176420-6194.jpg?_wi=3"
imageAlt="young friends laughing having party fun celebration"
columns={[
{

File diff suppressed because it is too large Load Diff

View File

@@ -53,7 +53,7 @@ export default function HomePage() {
{ text: "Rejoindre une partie", href: "/join" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/stylish-friends-sitting-cafe_273609-5473.jpg"
imageSrc="http://img.b2bpic.net/free-photo/stylish-friends-sitting-cafe_273609-5473.jpg?_wi=1"
imageAlt="Friends playing mobile game laughing party"
mediaAnimation="slide-up"
/>
@@ -111,7 +111,7 @@ export default function HomePage() {
tag="Expérience Mobile"
tagIcon={Smartphone}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/group-close-friends-playing-space-sim-videogame-modern-gaming-console-young-adult-people-sitting-sofa-home-while-enjoying-time-together-fun-leisure-activity-entertainment-device_482257-43301.jpg"
imageSrc="http://img.b2bpic.net/free-photo/group-close-friends-playing-space-sim-videogame-modern-gaming-console-young-adult-people-sitting-sofa-home-while-enjoying-time-together-fun-leisure-activity-entertainment-device_482257-43301.jpg?_wi=1"
imageAlt="voting mobile app interface design screen"
buttons={[{ text: "Commencer maintenant", href: "/create" }]}
buttonAnimation="slide-up"
@@ -203,7 +203,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/four-beautiful-girls-resting-party_176420-6194.jpg"
imageSrc="http://img.b2bpic.net/free-photo/four-beautiful-girls-resting-party_176420-6194.jpg?_wi=1"
imageAlt="young friends laughing having party fun celebration"
columns={[
{