From aa949c4873581ea8a54549d219d6eda7f5ffb5a2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 15:47:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7dfb63c..aa12964 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,6 +122,9 @@ 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" } + ]} title="Explore Our Curated Destinations" description="Hand-picked locations designed to awaken your wanderlust." /> @@ -212,4 +215,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}