From 40257666b941ae9a08d95fb687ec10e850ffed87 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:25:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 133 ++++++++++++----------------------------------- 1 file changed, 33 insertions(+), 100 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56864cf..65fef25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,37 +44,24 @@ export default function LandingPage() {
@@ -95,17 +74,11 @@ export default function LandingPage() { description="We blend modern technology with timeless service to create unforgettable memories. Experience the evolution of the hotel industry." metrics={[ { - value: "15+", - title: "Years Experience", - }, + value: "15+", title: "Years Experience"}, { - value: "500+", - title: "Luxury Suites", - }, + value: "500+", title: "Luxury Suites"}, { - value: "99%", - title: "Guest Satisfaction", - }, + value: "99%", title: "Guest Satisfaction"}, ]} imageSrc="http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698306.jpg" mediaAnimation="slide-up" @@ -119,28 +92,14 @@ export default function LandingPage() { textboxLayout="split" gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} + animationType="slide-up" features={[ { - title: "Sumptuous Suites", - description: "Hand-crafted interiors with panoramic vistas.", - imageSrc: "http://img.b2bpic.net/free-photo/large-bed-with-two-wall-lamps_1203-23.jpg", - titleIconSrc: "Sparkles", - buttonText: "View Room", - }, + title: "Sumptuous Suites", description: "Hand-crafted interiors with panoramic vistas.", imageSrc: "http://img.b2bpic.net/free-photo/large-bed-with-two-wall-lamps_1203-23.jpg", titleIconSrc: "Sparkles", buttonText: "View Room"}, { - title: "Private Balconies", - description: "Uninterrupted views of the city skyline.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-looking-sea-beach-ocean-relax-holiday-vacation-travel_74190-9048.jpg", - titleIconSrc: "Star", - buttonText: "View View", - }, + title: "Private Balconies", description: "Uninterrupted views of the city skyline.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-looking-sea-beach-ocean-relax-holiday-vacation-travel_74190-9048.jpg", titleIconSrc: "Star", buttonText: "View View"}, { - title: "Spa Sanctuary", - description: "Immersive thermal therapy treatments.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929569.jpg", - titleIconSrc: "Award", - buttonText: "View Spa", - }, + title: "Spa Sanctuary", description: "Immersive thermal therapy treatments.", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929569.jpg", titleIconSrc: "Award", buttonText: "View Spa"}, ]} title="Redefining Comfort" description="Every detail crafted for your serenity." @@ -155,25 +114,15 @@ export default function LandingPage() { author="Elena Rossi" avatars={[ { - src: "http://img.b2bpic.net/free-photo/man-showing-his-boarding-pass-check-counter_107420-85116.jpg", - alt: "Guest 1", - }, + src: "http://img.b2bpic.net/free-photo/man-showing-his-boarding-pass-check-counter_107420-85116.jpg", alt: "Guest 1"}, { - src: "http://img.b2bpic.net/free-photo/girl-with-thumbs-up-stairs-by-pool-white-robe-smile-post-swim-like_169016-69213.jpg", - alt: "Guest 2", - }, + src: "http://img.b2bpic.net/free-photo/girl-with-thumbs-up-stairs-by-pool-white-robe-smile-post-swim-like_169016-69213.jpg", alt: "Guest 2"}, { - src: "http://img.b2bpic.net/free-photo/portrait-two-young-cute-sisters-smiling-spent-weekend-funny-caffee-shop-togetherness_496169-2105.jpg", - alt: "Guest 3", - }, + src: "http://img.b2bpic.net/free-photo/portrait-two-young-cute-sisters-smiling-spent-weekend-funny-caffee-shop-togetherness_496169-2105.jpg", alt: "Guest 3"}, { - src: "http://img.b2bpic.net/free-photo/selfie-photo-with-father-son_23-2148404173.jpg", - alt: "Guest 4", - }, + src: "http://img.b2bpic.net/free-photo/selfie-photo-with-father-son_23-2148404173.jpg", alt: "Guest 4"}, { - src: "http://img.b2bpic.net/free-photo/three-beautiful-smiling-girls-trendy-summer-sundress-posing-street_158538-16600.jpg", - alt: "Guest 5", - }, + src: "http://img.b2bpic.net/free-photo/three-beautiful-smiling-girls-trendy-summer-sundress-posing-street_158538-16600.jpg", alt: "Guest 5"}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -184,8 +133,7 @@ export default function LandingPage() {