From ae0f984f98f6339446fc66392fb2a0828e6c7bfe Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 22:03:38 +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 b0700e4..61cfe1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "View Our Work", href: "#portfolio" }, { text: "Get In Touch", href: "#contact" } ]} - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} carouselItems={[ { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-school-classroom-future-students_23-2150906118.jpg", imageAlt: "Creative team collaboration workspace" @@ -236,7 +236,7 @@ export default function LandingPage() { description="Ready to transform your vision into reality? Get in touch with our team to discuss your project and explore how we can help drive your success." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/team-doctors-meeting_107420-84791.jpg" imageAlt="Modern office workspace" -- 2.49.1