From 1b10cf09e363f4c572c9ee56dad9077b77fc6a7b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:08:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 187a674..26b3416 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "View Services", href: "#services" } ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} dashboard={{ title: "Project Performance Metrics", logoIcon: Drill, imageSrc: "http://img.b2bpic.net/free-photo/oil-worker-orange-uniform-helmet-working-with-pipe-wrench-near-oil-pump-jack_651396-2454.jpg?_wi=1", imageAlt: "drilling equipment industrial drilling construction drilling bore hole", buttons: [ @@ -110,6 +110,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/oil-worker-orange-uniform-helmet-working-with-pipe-wrench-near-oil-pump-jack_651396-2454.jpg?_wi=2" imageAlt="Skytech Drilling professional team" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1