Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user