Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-05 19:40:58 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
testimonials={[
{
name: "Alice M.", handle: "@traveler", testimonial: "An incredible experience, absolutely peaceful!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/travel-trees-exterior-sky-tree_1203-5267.jpg", imageAlt: "luxurious beach resort sunset"},
imageSrc: "http://img.b2bpic.net/free-photo/travel-trees-exterior-sky-tree_1203-5267.jpg?_wi=1", imageAlt: "luxurious beach resort sunset"},
{
name: "Bob D.", handle: "@guest", testimonial: "The best resort I have visited in years.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-black-crowned-night-heron-called-nycticorax-wood_181624-32450.jpg", imageAlt: "pristine sandy beach resort"},
@@ -70,7 +70,7 @@ export default function LandingPage() {
{
text: "Book Your Stay", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/travel-trees-exterior-sky-tree_1203-5267.jpg"
imageSrc="http://img.b2bpic.net/free-photo/travel-trees-exterior-sky-tree_1203-5267.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/side-view-woman-enjoying-beach-view_23-2148614849.jpg", alt: "Guest 1"},
@@ -123,7 +123,7 @@ export default function LandingPage() {
features={[
{
title: "Infinity Pool", description: "Relax in our crystal clear infinity pool overlooking the ocean.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-enjoying-beach-view_23-2148614849.jpg", imageAlt: "happy guest portrait smiling"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-enjoying-beach-view_23-2148614849.jpg?_wi=1", imageAlt: "happy guest portrait smiling"},
items: [
{
icon: Waves,
@@ -136,7 +136,7 @@ export default function LandingPage() {
},
{
title: "Gourmet Dining", description: "Savor fresh seafood and international cuisine by the beach.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-spanish-attractive-young-male-stylish-clothes-making-toast-with-glass-cocktail_181624-61035.jpg", imageAlt: "couple enjoying beach vacation"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-spanish-attractive-young-male-stylish-clothes-making-toast-with-glass-cocktail_181624-61035.jpg?_wi=1", imageAlt: "couple enjoying beach vacation"},
items: [
{
icon: Utensils,
@@ -149,7 +149,7 @@ export default function LandingPage() {
},
{
title: "Serene Spa", description: "Rejuvenate with organic treatments inspired by coastal elements.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-cheerful-expression-dressed-fashionable-blouse-summer-hat-keeps-hands-head_273609-2340.jpg", imageAlt: "business traveler resort portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-cheerful-expression-dressed-fashionable-blouse-summer-hat-keeps-hands-head_273609-2340.jpg?_wi=1", imageAlt: "business traveler resort portrait"},
items: [
{
icon: Leaf,
@@ -173,11 +173,11 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Alice M.", role: "Traveler", testimonial: "Simply magical. The best view ever.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-enjoying-beach-view_23-2148614849.jpg"},
id: "1", name: "Alice M.", role: "Traveler", testimonial: "Simply magical. The best view ever.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-enjoying-beach-view_23-2148614849.jpg?_wi=2"},
{
id: "2", name: "Bob D.", role: "Guest", testimonial: "Impeccable service and beautiful rooms.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-spanish-attractive-young-male-stylish-clothes-making-toast-with-glass-cocktail_181624-61035.jpg"},
id: "2", name: "Bob D.", role: "Guest", testimonial: "Impeccable service and beautiful rooms.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-spanish-attractive-young-male-stylish-clothes-making-toast-with-glass-cocktail_181624-61035.jpg?_wi=2"},
{
id: "3", name: "Clara S.", role: "Nature Lover", testimonial: "My soul feels refreshed after this trip.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-cheerful-expression-dressed-fashionable-blouse-summer-hat-keeps-hands-head_273609-2340.jpg"},
id: "3", name: "Clara S.", role: "Nature Lover", testimonial: "My soul feels refreshed after this trip.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-cheerful-expression-dressed-fashionable-blouse-summer-hat-keeps-hands-head_273609-2340.jpg?_wi=2"},
{
id: "4", name: "David W.", role: "Vacationer", testimonial: "Everything was perfect, highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-young-having-fun-while-celebrating-new-year-corporate-party-dressed-like-santa-claus-smiling-happily-camera_273609-19197.jpg"},
{