Compare commits
5 Commits
version_9
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bc72731ee | |||
| 6ca909988c | |||
| e4331873e7 | |||
| ca76a23dc7 | |||
| 657e7aae75 |
@@ -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>
|
||||
|
||||
|
||||
@@ -81,4 +81,4 @@ export default function ContactUsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
@@ -188,4 +188,4 @@ export default function PortfolioPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user