From cf3cc7d36e7f315a18beff5e1c9b7c3d8e01c643 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 17:48:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df62d07..30b9a6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmall" - background="grid" + background="plain" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Learn More", href: "#services" } ]} background={{ variant: "grid" }} - imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1367.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1367.jpg" imageAlt="Professional mechanic working on vehicle engine" mediaAnimation="slide-up" frameStyle="card" @@ -195,7 +195,7 @@ export default function LandingPage() {