Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-09 15:48:13 +00:00

View File

@@ -123,7 +123,7 @@ export default function LandingPage() {
id: "6", name: "Japan Traditions", price: "From $3,500", imageSrc: "http://img.b2bpic.net/free-photo/girl-red-dress-dancing-waterfall_72229-1286.jpg"},
]}
buttons={[
{ text: "Browse All Packages", href: "#contact" }
{ text: "View Our Full Itinerary Collection", href: "#contact" }
]}
title="Explore Our Curated Destinations"
description="Hand-picked locations designed to awaken your wanderlust."
@@ -215,4 +215,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}