From 38dd05edf3e8060c48d625244e26b4e40ff3b548 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 06:50:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f7739e..5a82629 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,19 +118,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Prime Location", description: "Located just minutes away from the CBD, perfect for business and sightseeing.", phoneOne: { + title: "Prime Location", description: "Located just minutes away from the CBD, perfect for business and sightseeing.", buttons: [{ text: "Check availability", href: "#contact" }], + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg?_wi=2"}, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-bathrobe-sitting-bed_1303-13299.jpg?_wi=2"}, }, { - title: "Comfortable Rooms", description: "Spacious, clean, and quiet rooms designed to ensure you get a restful night's sleep.", phoneOne: { + title: "Comfortable Rooms", description: "Spacious, clean, and quiet rooms designed to ensure you get a restful night's sleep.", buttons: [{ text: "Book this room", href: "#contact" }], + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-bedroom-design-overlooking-city-through-window-generated-by-ai_188544-16923.jpg"}, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/spacious-corridor-with-bokeh-effect_1203-1502.jpg?_wi=2"}, }, { - title: "Dedicated Service", description: "Our friendly team is always on hand to assist with your needs around the clock.", phoneOne: { + title: "Dedicated Service", description: "Our friendly team is always on hand to assist with your needs around the clock.", buttons: [{ text: "Contact team", href: "#contact" }], + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/empty-sofa-interior-decoration_1339-7730.jpg"}, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-coffee-cup_23-2150326154.jpg"}, @@ -260,4 +263,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1