diff --git a/src/app/page.tsx b/src/app/page.tsx
index ed207b3..b8c434f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,10 +30,10 @@ export default function LandingPage() {
@@ -79,8 +79,8 @@ export default function LandingPage() {
tag="About Us"
imageSrc="https://img.b2bpic.net/free-photo/chateau-frontenac-night-quebec-city_649448-2204.jpg"
imageAlt="Elegant exterior of The Grand Hotel"
- mediaAnimation="reveal-blur"
- metricsAnimation="reveal-blur"
+ mediaAnimation="blur-reveal"
+ metricsAnimation="blur-reveal"
ariaLabel="About our hotel section"
titleClassName="text-foreground"
descriptionClassName="text-foreground"
@@ -94,14 +94,14 @@ export default function LandingPage() {
features={[
{ title: "Spa & Wellness", description: "Indulge in rejuvenating treatments and find tranquility at our world-class spa.", bentoComponent: 'globe' },
{ title: "Gourmet Dining", description: "Savor exquisite culinary creations at our renowned restaurants and bars.", bentoComponent: 'marquee', centerIcon: Utensils, variant: 'text', texts: ["Award-Winning Chefs", "Local & International Cuisine", "Elegant Ambiance", "Private Dining Available"] },
- { title: "Luxurious Pool", description: "Relax by our stunning infinity pool with breathtaking views.", bentoComponent: 'media-stack', items: [{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=2", imageAlt: "Hotel infinity pool" }, { imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Hotel room" }, { imageSrc: "https://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=2", imageAlt: "Hotel lobby" }] },
+ { title: "Luxurious Pool", description: "Relax by our stunning infinity pool with breathtaking views.", bentoComponent: 'media-stack', items: [{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Hotel infinity pool" }, { imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Hotel room" }, { imageSrc: "https://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg", imageAlt: "Hotel lobby" }] },
{ title: "State-of-the-Art Gym", description: "Maintain your fitness routine with access to our modern gym facilities.", bentoComponent: 'animated-bar-chart' },
]}
- animationType="reveal-blur"
+ animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
tag="Our Offerings"
- tagAnimation="reveal-blur"
+ tagAnimation="blur-reveal"
descriptionClassName="text-foreground"
titleClassName="text-foreground"
cardClassName="border-2 border-accent"
@@ -113,16 +113,16 @@ export default function LandingPage() {
title="Our Exquisite Accommodations"
description="Choose from a selection of beautifully appointed rooms and suites, each designed to provide unparalleled comfort and style."
products={[
- { id: "suite-1", name: "The Grand Suite", price: "From $850/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3", imageAlt: "Interior of The Grand Suite" },
+ { id: "suite-1", name: "The Grand Suite", price: "From $850/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Interior of The Grand Suite" },
{ id: "room-1", name: "Deluxe City View Room", price: "From $450/night", imageSrc: "https://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg", imageAlt: "Deluxe room with city view" },
{ id: "room-2", name: "Executive Garden View", price: "From $550/night", imageSrc: "https://img.b2bpic.net/free-photo/young-businessman-sitting-bed-working-laptop-hotel_1163-5504.jpg", imageAlt: "Executive room with garden view" },
]}
gridVariant="three-columns-all-equal-width"
- animationType="reveal-blur"
+ animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
tag="Rooms & Suites"
- tagAnimation="reveal-blur"
+ tagAnimation="blur-reveal"
titleClassName="text-foreground"
descriptionClassName="text-foreground"
cardClassName="border-2 border-accent"
@@ -132,15 +132,15 @@ export default function LandingPage() {