4 Commits

Author SHA1 Message Date
43a7af9a4a Update src/app/page.tsx 2026-03-04 17:31:42 +00:00
8ba8d08b8e Update src/app/layout.tsx 2026-03-04 17:31:42 +00:00
c138cdc264 Merge version_2 into main
Merge version_2 into main
2026-03-04 17:29:22 +00:00
99695d30ad Merge version_2 into main
Merge version_2 into main
2026-03-04 17:28:37 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -301,8 +301,8 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Get in Touch", href: "#" }, { text: "Book Your Trip Now", href: "#" },
{ text: "Request Quote", href: "#" }, { text: "Get Free Itinerary", href: "#" },
]} ]}
/> />
</div> </div>