diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3cd634e..c6e4467 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -77,7 +77,7 @@ export default function AboutPage() { tag="Get Connected" title="Start Your Journey with ISLES" description="Ready to experience professional landscaping and lawn care from Arcadia's trusted local team? Contact us today for your free consultation and estimate." - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Free Estimate" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b2b944f..b37e85d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -40,7 +40,7 @@ export default function ContactPage() { tag="Let's Connect" title="Ready for a Better Lawn?" description="Request your free estimate today. Our team will assess your property and provide a personalized lawn care and landscaping plan tailored to your needs. We look forward to transforming your outdoor space!" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Free Estimate" diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 6728102..5541575 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -16,7 +16,7 @@ export default function GalleryPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -79,7 +79,7 @@ export default function GalleryPage() { tag="Your Turn" title="Ready to Transform Your Outdoor Space?" description="Let ISLES Landscaping create a beautiful, professionally maintained outdoor space for your property. Schedule your free consultation and estimate today." - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Free Estimate" diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ab3716..6ba879e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -53,7 +53,7 @@ export default function HomePage() { description="Reliable lawn care and landscaping services trusted by homeowners for nearly a decade. Transform your outdoor space with expert maintenance and beautiful landscape designs." tag="Arcadia's #1 Choice" tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/green-grass_181624-12702.jpg" imageAlt="Beautiful maintained lawn and landscape" mediaAnimation="blur-reveal" @@ -171,7 +171,7 @@ export default function HomePage() { tag="Get Started" title="Ready for a Better Lawn?" description="Request your free estimate today. Our team will assess your property and provide a personalized lawn care and landscaping plan tailored to your needs." - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Free Estimate" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8d5e944..44bfbc6 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -17,7 +17,7 @@ export default function ServicesPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -91,7 +91,7 @@ export default function ServicesPage() { tag="Schedule Now" title="Transform Your Outdoor Space" description="Contact ISLES today for a free, no-obligation estimate. Our team will create a customized lawn care and landscaping plan perfect for your property." - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Free Estimate"