Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-04-03 13:28:40 +00:00

View File

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