diff --git a/src/app/page.tsx b/src/app/page.tsx index cde0cb6..2f5ff8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { { text: "Call Now for Free Quote", href: "tel:(979)661-1880" }, { text: "Request a Quote", href: "#contact" } ]} - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} /> @@ -188,7 +188,7 @@ export default function LandingPage() { tagIcon={Phone} title="Need Excavation Work Done?" description="Contact us today for a free quote. We serve the local area and pride ourselves on honest, fair pricing and professional service." - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Request Quote"