Update src/app/listings/page.tsx
This commit is contained in:
@@ -92,25 +92,25 @@ export default function ListingsPage() {
|
||||
{
|
||||
title: "Location-Based Search",
|
||||
description: "Search for hotels and restaurants by your exact location, city, or country. Get results sorted by distance and relevance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148427260.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148427260.jpg?_wi=3",
|
||||
imageAlt: "Location-based search",
|
||||
},
|
||||
{
|
||||
title: "Smart Rating System",
|
||||
description: "Browse verified 1-5 star ratings from real customers. Filter by rating to find top-rated establishments only.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-silver-stars-background_23-2150160766.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-silver-stars-background_23-2150160766.jpg?_wi=3",
|
||||
imageAlt: "Star rating system",
|
||||
},
|
||||
{
|
||||
title: "Advanced Filtering",
|
||||
description: "Filter by price range, amenities, cuisine type, accommodation level, and more. Narrow down to your perfect match in seconds.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/promotional-banner_23-2147558766.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/promotional-banner_23-2147558766.jpg?_wi=3",
|
||||
imageAlt: "Advanced filter options",
|
||||
},
|
||||
{
|
||||
title: "Instant Booking",
|
||||
description: "Book your stay or reserve your table directly through our platform with secure checkout and instant confirmation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-businessman-looking-document_1262-16924.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-businessman-looking-document_1262-16924.jpg?_wi=2",
|
||||
imageAlt: "Booking confirmation",
|
||||
},
|
||||
]}
|
||||
@@ -141,7 +141,7 @@ export default function ListingsPage() {
|
||||
name: "Budget Stay Inn",
|
||||
price: "$25-50/night",
|
||||
variant: "1-2 Star Budget Hotel",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-landing-page-template-hotel-accommodation_23-2150325545.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-landing-page-template-hotel-accommodation_23-2150325545.jpg?_wi=3",
|
||||
imageAlt: "Budget hotel room",
|
||||
},
|
||||
{
|
||||
@@ -149,7 +149,7 @@ export default function ListingsPage() {
|
||||
name: "Comfort Suites",
|
||||
price: "$60-120/night",
|
||||
variant: "3-4 Star Mid-Range",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-folded-clothes-passport_23-2148927440.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-folded-clothes-passport_23-2148927440.jpg?_wi=3",
|
||||
imageAlt: "Mid-range hotel room",
|
||||
},
|
||||
{
|
||||
@@ -157,7 +157,7 @@ export default function ListingsPage() {
|
||||
name: "Grand Luxury Resort",
|
||||
price: "$200-500/night",
|
||||
variant: "5 Star Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3",
|
||||
imageAlt: "Luxury hotel suite",
|
||||
},
|
||||
{
|
||||
@@ -165,7 +165,7 @@ export default function ListingsPage() {
|
||||
name: "Local Cafe Bistro",
|
||||
price: "$5-15/person",
|
||||
variant: "Casual Dining 1-3 Star",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423993.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423993.jpg?_wi=3",
|
||||
imageAlt: "Casual restaurant",
|
||||
},
|
||||
{
|
||||
@@ -173,7 +173,7 @@ export default function ListingsPage() {
|
||||
name: "Gourmet Cuisine",
|
||||
price: "$50-150/person",
|
||||
variant: "Fine Dining 4-5 Star",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-dessert-served-plate_140725-4307.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-dessert-served-plate_140725-4307.jpg?_wi=3",
|
||||
imageAlt: "Fine dining restaurant",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user