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" } ]} />