Compare commits
4 Commits
version_11
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d3039227c1 | |||
| 7bd909eb18 | |||
| 5d31d4af0e | |||
| 38ad5c9313 |
@@ -210,13 +210,15 @@ export default function AssessmentPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button
|
<div className="flex justify-center">
|
||||||
type="submit"
|
<button
|
||||||
disabled={loading}
|
type="submit"
|
||||||
className="w-full px-6 py-3 bg-primary-cta text-primary-cta-text font-semibold rounded-lg hover:opacity-90 transition-opacity disabled:opacity-50 disabled:cursor-not-allowed"
|
disabled={loading}
|
||||||
>
|
className="px-12 py-6 bg-primary-cta text-primary-cta-text font-semibold rounded-lg hover:opacity-90 transition-opacity disabled:opacity-50 disabled:cursor-not-allowed text-xl md:text-2xl"
|
||||||
{loading ? 'Submitting...' : 'Request Free Assessment'}
|
>
|
||||||
</button>
|
{loading ? 'Submitting...' : 'Request Free Assessment'}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p className="text-xs text-foreground/50 text-center">
|
<p className="text-xs text-foreground/50 text-center">
|
||||||
We'll call you within 24 hours to schedule your free yard assessment.
|
We'll call you within 24 hours to schedule your free yard assessment.
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ export default function LandingPage() {
|
|||||||
autoplayDelay={4000}
|
autoplayDelay={4000}
|
||||||
showDimOverlay={false}
|
showDimOverlay={false}
|
||||||
ariaLabel="Hero section showcasing landscaping transformations"
|
ariaLabel="Hero section showcasing landscaping transformations"
|
||||||
|
buttonClassName="w-full py-6 px-8 text-2xl md:text-3xl font-bold"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user