Merge version_10 into main

Merge version_10 into main
This commit was merged in pull request #12.
This commit is contained in:
2026-03-19 15:13:08 +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

@@ -81,4 +81,4 @@ export default function ContactUsPage() {
</div>
</ThemeProvider>
);
}
}

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"

View File

@@ -188,4 +188,4 @@ export default function PortfolioPage() {
</div>
</ThemeProvider>
);
}
}