Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 11:23:16 +00:00

View File

@@ -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?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg"
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?_wi=2", 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", 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?_wi=1", imageAlt: "David Chen"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", 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?_wi=2", imageAlt: "James Peterson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Peterson"
}
]}
showRating={true}