Update src/app/page.tsx

This commit is contained in:
2026-05-07 13:16:07 +00:00
parent 4e2c14e42f
commit 56d1f5c33c

View File

@@ -86,7 +86,6 @@ export default function LandingPage() {
features={[
{ title: "Free Breakfast", description: "Start your day with a full buffet.", imageSrc: "http://img.b2bpic.net/free-photo/berry-sponge-cake-covered-with-meringue_140725-3210.jpg?_wi=2", imageAlt: "Healthy breakfast" },
{ title: "High Speed WiFi", description: "Stay connected with high speed internet.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-couch_23-2149145039.jpg?_wi=2", imageAlt: "WiFi icon" },
{ title: "Fitness Center", description: "Keep up with your fitness regime.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-fitness-equipment-gym_74190-6560.jpg?_wi=2", imageAlt: "Modern gym" },
]}
title="World Class Amenities"
description="We ensure your stay is relaxing with our premium services."
@@ -170,4 +169,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}