Merge version_1 into main #1
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user