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() {