5 Commits

Author SHA1 Message Date
2bc72731ee Update src/app/portfolio/page.tsx 2026-03-19 15:13:04 +00:00
6ca909988c Update src/app/page.tsx 2026-03-19 15:13:04 +00:00
e4331873e7 Update src/app/contact-us/page.tsx 2026-03-19 15:13:03 +00:00
ca76a23dc7 Update src/app/booking/page.tsx 2026-03-19 15:13:03 +00:00
657e7aae75 Merge version_9 into main
Merge version_9 into main
2026-03-19 15:06:32 +00:00
4 changed files with 6 additions and 5 deletions

View File

@@ -213,10 +213,10 @@ export default function BookingPage() {
Submit Booking Request
</button>
<a
href="mailto:walkingforward01@gmail.com"
href="/contact-us"
className="flex-1 px-6 py-3 bg-secondary-cta text-secondary-cta-text border border-accent/30 rounded-lg font-semibold hover:opacity-90 transition-opacity text-center"
>
Email Direct
Contact Us
</a>
</div>

View File

@@ -144,7 +144,8 @@ export default function LandingPage() {
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Book Now", href: "/booking" }
{ text: "Book Now", href: "/booking" },
{ text: "Contact Us", href: "/contact-us" }
]}
animationType="entrance-slide"
ariaLabel="Booking section call to action"