Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

2 #30

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

2 #30

38 changes: 38 additions & 0 deletions db/fakedb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,44 @@ export const PropertyDb: PropertySearchResult[] = [
free_cancellation: true,
},
{
name: 'Puthchy',
image: '/biden.jpg',
score: 10,
price: 5000,
discount: 50,
nbr_of_reviews: 10,
additional_label: 'LOVE PIZZA',
free_cancellation: true,
},
{
name: 'Balloon Hotel',
image: '/balloon.JPG',
score: 10.0,
price: 2,
discount: 0,
nbr_of_reviews: 20,
additional_label: 'Cheap, Good and Ghost',
free_cancellation: false,
},
{
name: 'Rotii Hotel',
image: '/rotii.jpg',
score: 10.0,
price: 340,
discount: 10,
nbr_of_reviews: 200,
additional_label: 'Come here free wifi',
free_cancellation: false,
},
{
name: 'Tay Hotel',
image: '/biden.jpg',
score: 9.5,
price: 15,
discount: 15,
nbr_of_reviews: 20,
additional_label: 'Hotel for Soi Bad',
free_cancellation : false;
name: 'SafeForwork',
image: '/redcat.jpg',
score: 10,
Expand Down
Binary file added public/balloon.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/rotii.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.