diff --git a/src/app/page.tsx b/src/app/page.tsx
index b61a1dc..9c7e2bc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,45 +29,26 @@ export default function LandingPage() {
@@ -79,21 +60,13 @@ export default function LandingPage() {
title="A Sanctuary of Style"
description="Experience hospitality elevated to an art form. From our meticulously designed luxury apartments to our signature bar and restaurant, every detail is crafted for those with a taste for the extraordinary."
bulletPoints={[
- {
- title: "Luxury Accommodations",
- description: "Fully serviced, premium apartments designed for comfort.",
- },
- {
- title: "Exquisite Dining",
- description: "Gourmet restaurant featuring world-class culinary creations.",
- },
- {
- title: "Premium Lounge & Bar",
- description: "A sophisticated escape for cocktails and conversation.",
- },
+ { title: "Luxury Accommodations", description: "Fully serviced, premium apartments designed for comfort." },
+ { title: "Exquisite Dining", description: "Gourmet restaurant featuring world-class culinary creations." },
+ { title: "Premium Lounge & Bar", description: "A sophisticated escape for cocktails and conversation." },
]}
imageSrc="http://img.b2bpic.net/free-photo/lateral-view-sprinkling-with-spices-tuna-dish-with-glass-white-wine-restaurant_8353-10586.jpg"
imageAlt="Our elegant lounge and dining area"
+ mediaAnimation="opacity"
/>
@@ -104,27 +77,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "s1",
- name: "Royal Penthouse",
- price: "$450/night",
- variant: "Spacious Terrace",
- imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-decoration-bedroom_1339-7409.jpg",
- },
- {
- id: "s2",
- name: "Executive Suite",
- price: "$300/night",
- variant: "Modern Minimalist",
- imageSrc: "http://img.b2bpic.net/free-photo/indoor-couch-lifestyle-sofa-living_1203-4094.jpg",
- },
- {
- id: "s3",
- name: "Deluxe Apartment",
- price: "$220/night",
- variant: "Classic Comfort",
- imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-49948.jpg",
- },
+ { id: "s1", name: "Royal Penthouse", price: "$450/night", variant: "Spacious Terrace", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-decoration-bedroom_1339-7409.jpg" },
+ { id: "s2", name: "Executive Suite", price: "$300/night", variant: "Modern Minimalist", imageSrc: "http://img.b2bpic.net/free-photo/indoor-couch-lifestyle-sofa-living_1203-4094.jpg" },
+ { id: "s3", name: "Deluxe Apartment", price: "$220/night", variant: "Classic Comfort", imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-49948.jpg" },
]}
title="Our Premier Suites"
description="Curated spaces designed for elegance and comfort."
@@ -133,63 +88,20 @@ export default function LandingPage() {