From 83c32f54689db2e06fb8d91b7a2025ff9c1edcfd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 08:18:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ebd396b..fbac7a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Fully Furnished", description: "Each apartment is meticulously furnished with elegant and comfortable pieces, ensuring a home-away-from-home feel.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EqWJTU8qsvnQyS6DHUqtk5v0Oy/uploaded-1780906557009-19vmgs80.jpg", imageAlt: "Fully furnished luxury bedroom", buttonIcon: CheckCircle, + title: "Fully Furnished", description: "Each apartment is meticulously furnished with elegant and comfortable pieces, ensuring a home-away-from-home feel.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EqWJTU8qsvnQyS6DHUqtk5v0Oy/uploaded-1780906557009-19vmgs80.jpg?_wi=1", imageAlt: "Fully furnished luxury bedroom", buttonIcon: CheckCircle, }, { title: "Free High-Speed WiFi", description: "Stay connected with our blazing fast 118 Mbps free WiFi, perfect for streaming 4K content and video calls on multiple devices.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wi-fi-symbol-with-smartphone-sim-card_23-2148779244.jpg", imageAlt: "Free WiFi icon", buttonIcon: CheckCircle, @@ -122,7 +122,7 @@ export default function LandingPage() { { id: "2bed-executive", name: "Two-Bedroom Apartment (Executive)", price: "$220/night", imageSrc: "http://img.b2bpic.net/free-photo/stylish-fiance-checking-hour-looking-wrist_8353-12377.jpg", imageAlt: "Executive two-bedroom apartment with refined decor"}, { - id: "deluxe-double-standard", name: "Deluxe Double Room with Bath", price: "$120/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EqWJTU8qsvnQyS6DHUqtk5v0Oy/uploaded-1780906557009-19vmgs80.jpg", imageAlt: "Comfortable deluxe double room with a king bed"}, + id: "deluxe-double-standard", name: "Deluxe Double Room with Bath", price: "$120/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EqWJTU8qsvnQyS6DHUqtk5v0Oy/uploaded-1780906557009-19vmgs80.jpg?_wi=2", imageAlt: "Comfortable deluxe double room with a king bed"}, { id: "deluxe-double-balcony", name: "Deluxe Double Room (Balcony)", price: "$150/night", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-with-bed-chair-front-sliding-glass-door_1340-25294.jpg", imageAlt: "Deluxe double room with a private balcony"}, ]} -- 2.49.1