Compare commits
8 Commits
version_8
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bc72731ee | |||
| 6ca909988c | |||
| e4331873e7 | |||
| ca76a23dc7 | |||
| 657e7aae75 | |||
| c170ff9713 | |||
| 0927112bdc | |||
| 6add93325a |
@@ -213,10 +213,10 @@ export default function BookingPage() {
|
|||||||
Submit Booking Request
|
Submit Booking Request
|
||||||
</button>
|
</button>
|
||||||
<a
|
<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"
|
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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -258,4 +258,4 @@ export default function BookingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -81,4 +81,4 @@ export default function ContactUsPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -144,7 +144,8 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Now", href: "/booking" }
|
{ text: "Book Now", href: "/booking" },
|
||||||
|
{ text: "Contact Us", href: "/contact-us" }
|
||||||
]}
|
]}
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
ariaLabel="Booking section call to action"
|
ariaLabel="Booking section call to action"
|
||||||
@@ -181,4 +182,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -188,4 +188,4 @@ export default function PortfolioPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user