diff --git a/src/app/page.tsx b/src/app/page.tsx index c5e3c27..b7a8452 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="medium" - background="floatingGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -39,9 +39,7 @@ export default function HomePage() { brandName="Trevor Melton" navItems={navItems} button={{ - text: "Inquire Now", - href: "/inquire", - }} + text: "Inquire Now", href: "/inquire"}} /> @@ -49,7 +47,7 @@ export default function HomePage() {