From 7bfd0fdb8c74bcc768be6cac19cc4ee96eabad21 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:10:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb369f5..8421cfb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background={{ variant: "animated-grid" }} + background="animated-grid" cardStyle="gradient-mesh" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -59,7 +59,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/scene-from-wood-working-industry-factory_23-2151352646.jpg" imageAlt="Professional crane operation" mediaAnimation="opacity" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} testimonials={[ { name: "John Mitchell", handle: "@constructionpro", testimonial: "K.S Crane delivered exceptional service. Their equipment is well-maintained and the operators are highly professional.", rating: 5, -- 2.49.1