diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e4dbeb..4feb0b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="small" sizing="large" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -37,9 +37,7 @@ export default function HomePage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Request a Quote", - href: "/contact", - }} + text: "Request a Quote", href: "/contact"}} animateOnLoad={true} /> @@ -48,7 +46,7 @@ export default function HomePage() {