Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-02 10:22:09 +00:00

View File

@@ -65,17 +65,17 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-16328.jpg", videoSrc: "http://img.b2bpic.net/free-photo/sand-beach-ocean-wave_58702-16390.jpg", imageAlt: "Cinematic drone shot of Cola Beach, Goa with luxury resort", videoAriaLabel: "Cola Beach Resort cinematic view"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-16328.jpg", imageAlt: "Cinematic drone shot of Cola Beach, Goa with luxury resort"},
{
imageSrc: "http://img.b2bpic.net/free-photo/sea-water-texture-golden-sunset-rippling-waves-warm-evening-sunlight_169016-73089.jpg", videoSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929552.jpg", imageAlt: "Luxury resort infinity pool with ocean view", videoAriaLabel: "Resort infinity pool"},
imageSrc: "http://img.b2bpic.net/free-photo/sea-water-texture-golden-sunset-rippling-waves-warm-evening-sunlight_169016-73089.jpg", imageAlt: "Luxury resort infinity pool with ocean view"},
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-vacation-by-ocean_1303-15410.jpg", videoSrc: "http://img.b2bpic.net/free-photo/woman-swimming-pool-jungle-view_1157-33599.jpg", imageAlt: "Romantic candlelit beach dining setup", videoAriaLabel: "Beach dining experience"},
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-vacation-by-ocean_1303-15410.jpg", imageAlt: "Romantic candlelit beach dining setup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-resort-blue-table-home_1203-5551.jpg", videoSrc: "http://img.b2bpic.net/free-photo/lounge-swimming-nature-relax-sky_1203-4471.jpg", imageAlt: "Luxury resort private lagoon and palm trees", videoAriaLabel: "Resort private lagoon"},
imageSrc: "http://img.b2bpic.net/free-photo/view-resort-blue-table-home_1203-5551.jpg", imageAlt: "Luxury resort private lagoon and palm trees"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-celebrating-tamil-new-year_23-2151210685.jpg", videoSrc: "http://img.b2bpic.net/free-photo/cheerful-mother-daughter-standing-tree-pose_23-2147791953.jpg", imageAlt: "Sunset kayaking on a tropical beach", videoAriaLabel: "Sunset kayaking"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-celebrating-tamil-new-year_23-2151210685.jpg", imageAlt: "Sunset kayaking on a tropical beach"},
{
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263611.jpg", videoSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-trees_1136-175.jpg", imageAlt: "Interior of a luxury sea view cottage", videoAriaLabel: "Luxury cottage interior"},
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263611.jpg", imageAlt: "Interior of a luxury sea view cottage"},
]}
autoplayDelay={5000}
showDimOverlay={true}
@@ -282,4 +282,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}