Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 20:33:18 +00:00

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Luxury hotel bedroom with modern design"},
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Luxury hotel bedroom with modern design"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-vacation-by-pool-using-phone_1303-14386.jpg", imageAlt: "Resort pool with ocean view"},
{
@@ -64,7 +64,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/two-deck-chairs-wooden-floor-water-villa-sunset-time-maldives-island_1232-4469.jpg", imageAlt: "Beachfront accommodation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Boutique hotel modern design"},
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Boutique hotel modern design"},
]}
mediaAnimation="slide-up"
ariaLabel="Hero section showcasing accommodation gallery"
@@ -150,11 +150,11 @@ export default function LandingPage() {
buttonAnimation="slide-up"
members={[
{
id: "1", name: "Emma Richardson", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95825.jpg", imageAlt: "Emma Richardson, Founder & CEO"},
id: "1", name: "Emma Richardson", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95825.jpg?_wi=1", imageAlt: "Emma Richardson, Founder & CEO"},
{
id: "2", name: "Michael Chen", role: "Head of Operations", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Michael Chen, Head of Operations"},
{
id: "3", name: "Sofia Martinez", role: "Property Specialist", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95825.jpg", imageAlt: "Sofia Martinez, Property Specialist"},
id: "3", name: "Sofia Martinez", role: "Property Specialist", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95825.jpg?_wi=2", imageAlt: "Sofia Martinez, Property Specialist"},
{
id: "4", name: "James Wilson", role: "Customer Success", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg", imageAlt: "James Wilson, Customer Success"},
]}