Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-20 23:47:36 +00:00

View File

@@ -84,13 +84,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Elysian Hotel", name: "Executive Suite", price: "From $350/night", rating: 5,
reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg", imageAlt: "Luxurious Executive Suite with city view"},
reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg?_wi=1", imageAlt: "Luxurious Executive Suite with city view"},
{
id: "2", brand: "Elysian Hotel", name: "Deluxe Room", price: "From $220/night", rating: 4,
reviewCount: "2.5k", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Spacious Deluxe Room with modern amenities"},
{
id: "3", brand: "Elysian Hotel", name: "Standard King", price: "From $180/night", rating: 4,
reviewCount: "3.1k", imageSrc: "https://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg", imageAlt: "Comfortable Standard King Room"},
reviewCount: "3.1k", imageSrc: "https://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg?_wi=2", imageAlt: "Comfortable Standard King Room"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"