Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-09 02:42:13 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="compact"
sizing="largeSmallSizeLargeTitles"
background="circleGradient"
background="aurora"
cardStyle="outline"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -46,7 +46,7 @@ export default function LandingPage() {
description="Keep your property pristine and protected year-round. From gutter cleaning to snow removal, we handle all your exterior maintenance needs with professional expertise and attention to detail."
tag="Quality You Can Trust"
tagIcon={CheckCircle}
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
testimonials={[
{
name: "John Martinez", handle: "Homeowner, Denver CO", testimonial: "Outstanding service! They cleaned our gutters perfectly and installed gutter guards. Highly recommend!", rating: 5,
@@ -252,4 +252,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}