diff --git a/src/app/page.tsx b/src/app/page.tsx index a4feb35..4adda45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="large" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -54,10 +54,10 @@ export default function LandingPage() { { text: "View Our Work", href: "#portfolio" } ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} dashboard={{ title: "Website Performance Metrics", logoIcon: BarChart3, - imageSrc: "http://img.b2bpic.net/free-vector/digital-marketing-landing-page-web-design_23-2148127078.jpg?_wi=1", searchPlaceholder: "Search performance data...", buttons: [ + imageSrc: "http://img.b2bpic.net/free-vector/digital-marketing-landing-page-web-design_23-2148127078.jpg", searchPlaceholder: "Search performance data...", buttons: [ { text: "View Dashboard", href: "#" }, { text: "Export Report", href: "#" } ], @@ -245,7 +245,7 @@ export default function LandingPage() {