From 0796d9cc132ce08be82350931145a83746fe8385 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:14:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de75da8..a3e4d0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { tagIcon={Mountain} tagAnimation="slide-up" buttons={[ - { text: "Start Hiking Today", href: "contact" }, - { text: "Explore Trails", href: "features" } + { text: "Explore Trails", href: "features" }, + { text: "Start Your Free Adventure", href: "contact" } ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-senior-couple-nature_23-2149292928.jpg" -- 2.49.1