From 3e273094c4875e739f77f084f90c941c3fd9823e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 01:47:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 83 +++++++++++++++++++++++++++++++----------------- 1 file changed, 53 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc24ae6..67a185c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Plan Your Journey", href: "contact"}} + text: "Plan Your Journey", href: "contact" + }} animateOnLoad={true} /> @@ -51,13 +52,17 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/spa-salon-with-beach-view_53876-31335.jpg", imageAlt: "Luxury resort in Bali with ocean views"}, + imageSrc: "http://img.b2bpic.net/free-photo/spa-salon-with-beach-view_53876-31335.jpg", imageAlt: "Luxury resort in Bali with ocean views" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-lyon-sunset-france_268835-11708.jpg", imageAlt: "Elegant Parisian architecture at golden hour"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-lyon-sunset-france_268835-11708.jpg", imageAlt: "Elegant Parisian architecture at golden hour" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool_74190-2050.jpg", imageAlt: "Pristine Maldivian overwater bungalows"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool_74190-2050.jpg", imageAlt: "Pristine Maldivian overwater bungalows" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263547.jpg", imageAlt: "Swiss Alps mountain landscape during winter"}, + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263547.jpg", imageAlt: "Swiss Alps mountain landscape during winter" + }, ]} autoplayDelay={5000} showDimOverlay={true} @@ -68,9 +73,11 @@ export default function LandingPage() { -- 2.49.1