Merge version_1 into main #5

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

View File

@@ -166,20 +166,16 @@ export default function LandingPage() {
tag="Testimonials"
testimonials={[
{
id: "1", name: "Margaret Richardson", handle: "@mrich_travel", testimonial: "An absolutely transformative retreat. The attention to detail, from room service to beachfront activities, exceeded every expectation. We're already planning our return visit.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Margaret Richardson"
id: "1", name: "Margaret Richardson", handle: "@mrich_travel", testimonial: "An absolutely transformative retreat. The attention to detail, from room service to beachfront activities, exceeded every expectation. We're already planning our return visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Margaret Richardson"
},
{
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"
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"
},
{
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,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204371.jpg", imageAlt: "Elena Moretti"
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, imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204371.jpg", imageAlt: "Elena Moretti"
},
{
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"
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"
}
]}
showRating={true}