Compare commits
16 Commits
version_8
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 35c4e305f6 | |||
| 4c56470d32 | |||
| 4f6ca832db | |||
| 397e2bea42 | |||
| 236323396a | |||
| b86d7db312 | |||
| 6f33e7faf2 | |||
| a0e2d6f4d5 | |||
| 2bc72731ee | |||
| 6ca909988c | |||
| e4331873e7 | |||
| ca76a23dc7 | |||
| 657e7aae75 | |||
| c170ff9713 | |||
| 0927112bdc | |||
| 6add93325a |
@@ -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>
|
||||
|
||||
|
||||
@@ -38,6 +38,14 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="headline" data-section="headline" className="w-full py-16 px-4 bg-gradient-to-b from-primary-cta/10 to-transparent">
|
||||
<div className="max-w-4xl mx-auto text-center">
|
||||
<h1 className="text-6xl md:text-7xl font-bold text-foreground mb-4">
|
||||
MISAELS PHOTOGRAPHY
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<SocialProofOne
|
||||
title="Live Feed from Instagram"
|
||||
@@ -144,7 +152,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"
|
||||
|
||||
Reference in New Issue
Block a user