diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8dcba21..f642bf3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,101 +41,40 @@ export default function LandingPage() {
@@ -166,21 +93,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Swimming Pool",
- description: "Relax in our state-of-the-art pool area.",
- imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool_1203-2596.jpg",
- },
- {
- title: "Wellness Center",
- description: "Stay fit with our modern gym facilities.",
- imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-using-elliptical-trainer_23-2148017430.jpg",
- },
- {
- title: "Gourmet Dining",
- description: "Enjoy the finest local and international cuisine.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-table-arrangement-with-candles_23-2148966209.jpg",
- },
+ { title: "Swimming Pool", description: "Relax in our state-of-the-art pool area.", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool_1203-2596.jpg" },
+ { title: "Wellness Center", description: "Stay fit with our modern gym facilities.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-using-elliptical-trainer_23-2148017430.jpg" },
+ { title: "Gourmet Dining", description: "Enjoy the finest local and international cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-table-arrangement-with-candles_23-2148966209.jpg" },
]}
title="Our Amenities"
description="World-class services to make your stay memorable."
@@ -191,44 +106,15 @@ export default function LandingPage() {