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

add hotel #32

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions db/fakedb.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
export const PropertyDb: PropertySearchResult[] = [
{
name: 'Test Apartment',
image: '/trump.jpg',
name: "Test Apartment",
image: "/trump.jpg",
score: 9,
price: 9999,
discount: 50,
nbr_of_reviews: 20,
additional_label: 'ONLY 2 LEFT',
additional_label: "ONLY 2 LEFT",
free_cancellation: true,
},
{
name: 'aaaaaaa',
image: '/biden.jpg',
name: "aaaaaaa",
image: "/biden.jpg",
score: 8.9,
price: 20,
discount: 0,
nbr_of_reviews: 20,
additional_label: 'WRITE ANYTHING HERE',
additional_label: "WRITE ANYTHING HERE",
free_cancellation: true,
},
{
name: "fxhkewie",
image: "/orcat.jpeg",
score: 10,
price: 99999,
discount: 60,
nbr_of_reviews: 40,
additional_label: "ONLY 1 LEFT",
free_cancellation: true,
},
{
Expand Down
Binary file added public/orcat.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.