From fed55b6bdfbb893797512206c3ed628beb8cd458 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:22:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5bb1ca..7853422 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "blurBottom" }} - imageSrc="http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=1" imageAlt="Luxury beachfront suite with ocean view at Hotel El Bay" mediaAnimation="slide-up" frameStyle="card" @@ -130,7 +130,7 @@ export default function LandingPage() { }, { id: "3", brand: "Hotel El Bay", name: "Private Coastal Villa", price: "$950/night", rating: 5, - reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Private villa with infinity pool and ocean views" + reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=2", imageAlt: "Private villa with infinity pool and ocean views" } ]} gridVariant="three-columns-all-equal-width" @@ -171,7 +171,7 @@ export default function LandingPage() { }, { id: "2", name: "David Chen", handle: "@dchen_ventures", testimonial: "Perfect for our corporate retreat. The team arranged everything seamlessly, and our guests were thoroughly impressed. Professionalism meets paradise here.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "David Chen" }, { id: "3", name: "Elena Moretti", handle: "@elena_lifestyle", testimonial: "The spa treatments changed my life. Combined with the serene coastal setting and impeccable service, this is luxury at its finest. A sanctuary indeed.", rating: 5, @@ -179,7 +179,7 @@ export default function LandingPage() { }, { id: "4", name: "James Peterson", handle: "@jpeterusa", testimonial: "My wedding here was unforgettable. Every detail was perfection, and the views provided the most stunning backdrop for our photos. Thank you for making it special.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Peterson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Peterson" } ]} showRating={true} -- 2.49.1