Update src/app/page.tsx

This commit is contained in:
2026-05-11 19:54:03 +00:00
parent f5994f4168
commit b81a3a8cd1

View File

@@ -75,7 +75,7 @@ export default function LandingPage() {
{ title: "2026 Tech Standards", description: "Seamless, AI-enhanced guest experiences." },
{ title: "City Oasis", description: "A perfect blend of urban energy and resort calm." }
]}
imageSrc="http://img.b2bpic.net/free-photo/beauty-slim-african-american-model-wear-black-blouse-green-long-legs-pants-posed-chinese-cafe_627829-5911.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beauty-slim-african-american-model-wear-black-blouse-green-long-legs-pants-posed-chinese-cafe_627829-5911.jpg?_wi=1"
mediaAnimation="blur-reveal"
/>
</div>
@@ -139,7 +139,7 @@ export default function LandingPage() {
testimonials={[
{ id: "1", name: "Sarah J.", date: "Oct 2025", title: "Exceptional Stay", quote: "The most beautiful hotel stay of my life.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DamsPS7KDNp3Jpb0lEZP16tNIE/uploaded-1778529164298-2soijuwf.png", imageAlt: "happy hotel guest portrait" },
{ id: "2", name: "Mark D.", date: "Sep 2025", title: "Perfect Service", quote: "Seamless technology, amazing experience.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21038.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-sunlight-premium-sauna-panoramic-view_169016-68907.jpg", imageAlt: "happy hotel guest portrait" },
{ id: "3", name: "Elena M.", date: "Aug 2025", title: "City Sanctuary", quote: "A true oasis in the urban jungle.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-girl-hills-landscape_23-2148504826.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beauty-slim-african-american-model-wear-black-blouse-green-long-legs-pants-posed-chinese-cafe_627829-5911.jpg", imageAlt: "happy hotel guest portrait" },
{ id: "3", name: "Elena M.", date: "Aug 2025", title: "City Sanctuary", quote: "A true oasis in the urban jungle.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-girl-hills-landscape_23-2148504826.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beauty-slim-african-american-model-wear-black-blouse-green-long-legs-pants-posed-chinese-cafe_627829-5911.jpg?_wi=2", imageAlt: "happy hotel guest portrait" },
{ id: "4", name: "Kevin L.", date: "Jul 2025", title: "Top Tier", quote: "Futuristic yet extremely comfortable.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/curly-brunette-woman-beige-outfit-with-straw-bag-hat-gently-touches-her-neck-young-lady-stylish-outfit-enjoys-sea-view_197531-30081.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-infinity-swimming-pool-hotel-resort-with-sea-ocean-view-white-cloud-blue-sky_74190-9029.jpg", imageAlt: "happy hotel guest portrait" },
{ id: "5", name: "Chloe T.", date: "Jun 2025", title: "Dreamy", quote: "The pool view is unmatched.", tag: "Luxury", avatarSrc: "http://img.b2bpic.net/free-photo/slim-woman-enjoying-exotic-place-joyful-tanned-lady-standing-near-palm-trees-smiling_197531-21132.jpg", imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-room-comfort-elegance-relaxation-romance-generated-by-ai_188544-29044.jpg", imageAlt: "happy hotel guest portrait" }
]}