Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-09 08:29:51 +00:00
4 changed files with 1376 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ export default function ChambresPage() {
name: "Chambre Standard",
price: "À partir de 75€",
imageSrc:
"http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022097.jpg",
"http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022097.jpg?_wi=2",
imageAlt: "Chambre Standard confortable",
},
{
@@ -60,7 +60,7 @@ export default function ChambresPage() {
name: "Chambre Deluxe",
price: "À partir de 120€",
imageSrc:
"http://img.b2bpic.net/free-photo/minimalist-bedroom-with-view_23-2151934207.jpg",
"http://img.b2bpic.net/free-photo/minimalist-bedroom-with-view_23-2151934207.jpg?_wi=2",
imageAlt: "Chambre Deluxe vue jardin",
},
{
@@ -68,7 +68,7 @@ export default function ChambresPage() {
name: "Suite Familiale",
price: "À partir de 150€",
imageSrc:
"http://img.b2bpic.net/free-photo/single-mom-spending-time-with-her-son-daughter_23-2149011751.jpg",
"http://img.b2bpic.net/free-photo/single-mom-spending-time-with-her-son-daughter_23-2149011751.jpg?_wi=2",
imageAlt: "Suite Familiale spacieuse",
},
]}

View File

@@ -51,21 +51,21 @@ export default function DisponibilitesPage() {
id: "1",
name: "Chambre Standard",
price: "À partir de 75€",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022097.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022097.jpg?_wi=3",
imageAlt: "Chambre Standard confortable",
},
{
id: "2",
name: "Chambre Deluxe",
price: "À partir de 120€",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-bedroom-with-view_23-2151934207.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-bedroom-with-view_23-2151934207.jpg?_wi=3",
imageAlt: "Chambre Deluxe vue jardin",
},
{
id: "3",
name: "Suite Familiale",
price: "À partir de 150€",
imageSrc: "http://img.b2bpic.net/free-photo/single-mom-spending-time-with-her-son-daughter_23-2149011751.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/single-mom-spending-time-with-her-son-daughter_23-2149011751.jpg?_wi=3",
imageAlt: "Suite Familiale spacieuse",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -109,21 +109,21 @@ export default function HomePage() {
id: "1",
name: "Chambre Standard",
price: "À partir de 75€",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022097.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022097.jpg?_wi=1",
imageAlt: "Chambre Standard confortable",
},
{
id: "2",
name: "Chambre Deluxe",
price: "À partir de 120€",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-bedroom-with-view_23-2151934207.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-bedroom-with-view_23-2151934207.jpg?_wi=1",
imageAlt: "Chambre Deluxe vue jardin",
},
{
id: "3",
name: "Suite Familiale",
price: "À partir de 150€",
imageSrc: "http://img.b2bpic.net/free-photo/single-mom-spending-time-with-her-son-daughter_23-2149011751.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/single-mom-spending-time-with-her-son-daughter_23-2149011751.jpg?_wi=1",
imageAlt: "Suite Familiale spacieuse",
},
]}