Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-22 17:25:14 +00:00

View File

@@ -70,17 +70,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg?_wi=1",
imageAlt: "Luxury Lobby",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dreamy-aesthetic-landscape_23-2151445734.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dreamy-aesthetic-landscape_23-2151445734.jpg?_wi=1",
imageAlt: "Stunning View",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg?_wi=1",
imageAlt: "Exterior",
},
{
@@ -146,7 +146,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg?_wi=2",
imageAlt: "hotel restaurant ambiance dining",
},
{
@@ -162,7 +162,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dreamy-aesthetic-landscape_23-2151445734.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dreamy-aesthetic-landscape_23-2151445734.jpg?_wi=2",
imageAlt: "hotel restaurant ambiance dining",
},
{
@@ -178,7 +178,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg?_wi=2",
imageAlt: "hotel restaurant ambiance dining",
},
]}