From 2f908c5e54752d011d96483e6678c12198fa84a2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 09:22:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index efdfb3c..c579813 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -210,7 +210,7 @@ export default function LandingPage() { id: "deluxe", brand: "Castle House", name: "Deluxe King Room", - price: "$500/night", + price: "", rating: 5, reviewCount: "45 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497260.jpg", @@ -220,7 +220,7 @@ export default function LandingPage() { id: "suite", brand: "Castle House", name: "Heritage Grand Suite", - price: "$850/night", + price: "", rating: 5, reviewCount: "30 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/furniture-indoor-residential-comfortable-inside_1203-4093.jpg", @@ -230,7 +230,7 @@ export default function LandingPage() { id: "executive", brand: "Castle House", name: "Executive Retreat", - price: "$600/night", + price: "", rating: 5, reviewCount: "22 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg", @@ -240,7 +240,7 @@ export default function LandingPage() { id: "family", brand: "Castle House", name: "Family Castle Room", - price: "$750/night", + price: "", rating: 5, reviewCount: "18 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-friends-hostel_23-2150598863.jpg", @@ -250,7 +250,7 @@ export default function LandingPage() { id: "honeymoon", brand: "Castle House", name: "Romantic Honeymoon Suite", - price: "$1200/night", + price: "", rating: 5, reviewCount: "40 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-couple-lazy-lying-bed-weekend-with-amazing-landscape-young-long-haired-woman-with-tanned-legs-sitting-with-laptop-her-handsome-boyfriend_197531-3203.jpg", @@ -260,7 +260,7 @@ export default function LandingPage() { id: "presidential", brand: "Castle House", name: "Presidential Penthouse", - price: "$2500/night", + price: "", rating: 5, reviewCount: "15 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg", -- 2.49.1