diff --git a/src/app/page.tsx b/src/app/page.tsx
index 424e7f8..08d4ac6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -58,65 +48,42 @@ export default function LandingPage() {
@@ -139,23 +106,11 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "r1",
- name: "Deluxe Single Bed Room",
- price: "Rs 1499,00",
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-warm-lighting_23-2152031744.jpg",
- },
+ id: "r1", name: "Deluxe Single Bed Room", price: "Rs 1499,00", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-warm-lighting_23-2152031744.jpg"},
{
- id: "r2",
- name: "Royal Suite",
- price: "Rs 2999,00",
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg",
- },
+ id: "r2", name: "Royal Suite", price: "Rs 2999,00", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg"},
{
- id: "r3",
- name: "Presidential Room",
- price: "Rs 4499,00",
- imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg",
- },
+ id: "r3", name: "Presidential Room", price: "Rs 4499,00", imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg"},
]}
title="The Royal Rooms"
description="Experience unparalleled comfort in our high-class rooms."
@@ -169,21 +124,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
- "24-hour reception",
- "Check in after 15.00",
- "No pets allowed",
- "Quiet hours after 22.00",
- "Smoking outside only",
- ],
+ "24-hour reception", "Check in after 15.00", "No pets allowed", "Quiet hours after 22.00", "Smoking outside only"],
}}
positiveCard={{
items: [
- "Fitness Gym",
- "Breakfast buffet from 08.00",
- "Swimming Pool",
- "Spa & Sauna",
- "Airport Shuttle",
- ],
+ "Fitness Gym", "Breakfast buffet from 08.00", "Swimming Pool", "Spa & Sauna", "Airport Shuttle"],
}}
title="Facilities & Activities"
description="Get the premium treatment with our world-class amenities."
@@ -192,44 +137,20 @@ export default function LandingPage() {