From 5906a66ba74589099117f1ffedb57326757b0146 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 13:28:37 +0000 Subject: [PATCH] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index e91122a..64ccf14 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -33,8 +33,8 @@ export default function AmenitiesPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: 1, title: "Infinity Pool", description: "Soak in breathtaking forest views from our heated infinity pool." }, - { id: 2, title: "Luxury Spa", description: "Indulge in rejuvenating treatments at our award-winning spa." } + { id: 1, title: "Infinity Pool", description: "Soak in breathtaking forest views from our heated infinity pool.", imageSrc: "https://images.unsplash.com/photo-1540541338287-41700207604f", imageAlt: "Infinity pool" }, + { id: 2, title: "Luxury Spa", description: "Indulge in rejuvenating treatments at our award-winning spa.", imageSrc: "https://images.unsplash.com/photo-1600334129124-645851f5ea4e", imageAlt: "Luxury spa" } ]} />