From ce397fa328475ac0f96103c512ee08ccce571de6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:49:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb314fb..bac516d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Explore Designs", href: "#about" }, ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} dashboard={{ title: "Our Capabilities", logoIcon: Printer, imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-specialist-using-vr-system-performance-optimizations_482257-125086.jpg", searchPlaceholder: "Search products...", sidebarItems: [ @@ -130,6 +130,7 @@ export default function LandingPage() { imageAlt="3dfy production workshop" useInvertedBackground={true} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> -- 2.49.1