diff --git a/src/app/page.tsx b/src/app/page.tsx index a7da643..82abba5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -151,28 +88,14 @@ export default function LandingPage() { textboxLayout="inline-image" gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={true} + animationType="blur-reveal" features={[ { - title: "Wellness Spa", - description: "Relax and rejuvenate with our award-winning spa treatments.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort_74190-8374.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/man-woman-lying-white-coats_1262-423.jpg", - buttonText: "Book Now", - }, + title: "Wellness Spa", description: "Relax and rejuvenate with our award-winning spa treatments.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort_74190-8374.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/man-woman-lying-white-coats_1262-423.jpg", buttonText: "Book Now"}, { - title: "Infinity Pool", - description: "Swim among the clouds with our panoramic rooftop infinity pool.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-reading-book-while-spending-relaxing-day-wit-her-husband-wellness-center_637285-7458.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-relaxing-lounge-chairs-while-enjoying-their-wellness-weekend-focus-is-woman_637285-7502.jpg", - buttonText: "Discover", - }, + title: "Infinity Pool", description: "Swim among the clouds with our panoramic rooftop infinity pool.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-reading-book-while-spending-relaxing-day-wit-her-husband-wellness-center_637285-7458.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-relaxing-lounge-chairs-while-enjoying-their-wellness-weekend-focus-is-woman_637285-7502.jpg", buttonText: "Discover"}, { - title: "Fine Dining", - description: "Savor culinary masterpieces crafted by world-renowned chefs.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-dish-with-shrimp-white-plate_181624-10332.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-with-view-modern-wooden-design-nature-relaxation_169016-68880.jpg", - buttonText: "Menu", - }, + title: "Fine Dining", description: "Savor culinary masterpieces crafted by world-renowned chefs.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-dish-with-shrimp-white-plate_181624-10332.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-with-view-modern-wooden-design-nature-relaxation_169016-68880.jpg", buttonText: "Menu"}, ]} title="World-Class Amenities" description="From our serene spa to our rooftop pool, every detail is crafted for your delight." @@ -186,27 +109,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "98%", - title: "Guest Satisfaction", - description: "Consistent 5-star ratings.", - icon: Star, - }, - { - id: "m2", - value: "20K", - title: "Nights Hosted", - description: "Years of exceptional hospitality.", - icon: Award, - }, - { - id: "m3", - value: "15+", - title: "Global Awards", - description: "Recognized in industry standards.", - icon: Shield, - }, + { id: "m1", value: "98%", title: "Guest Satisfaction", description: "Consistent 5-star ratings.", icon: Star }, + { id: "m2", value: "20K", title: "Nights Hosted", description: "Years of exceptional hospitality.", icon: Award }, + { id: "m3", value: "15+", title: "Global Awards", description: "Recognized in industry standards.", icon: Shield }, ]} title="Excellence in Numbers" description="Thousands of guests choose us annually for their most memorable experiences." @@ -217,42 +122,13 @@ export default function LandingPage() {