Merge version_12 into main #19

Merged
bender merged 2 commits from version_12 into main 2026-03-20 18:10:46 +00:00
2 changed files with 11 additions and 8 deletions

View File

@@ -210,13 +210,15 @@ export default function AssessmentPage() {
/>
</div>
<button
type="submit"
disabled={loading}
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"
>
{loading ? 'Submitting...' : 'Request Free Assessment'}
</button>
<div className="flex justify-center">
<button
type="submit"
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>
</div>
<p className="text-xs text-foreground/50 text-center">
We'll call you within 24 hours to schedule your free yard assessment.
@@ -228,4 +230,4 @@ export default function AssessmentPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -58,6 +58,7 @@ export default function LandingPage() {
autoplayDelay={4000}
showDimOverlay={false}
ariaLabel="Hero section showcasing landscaping transformations"
buttonClassName="w-full py-6 px-8 text-2xl md:text-3xl font-bold"
/>
</div>