From 10a354436fc4276dbf156fc61f03565dd443d0be Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:47:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f19c3ef..95bdcb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,6 +56,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164906.jpg", imageAlt: "Premium products"}, ]} + mediaAnimation="blur-reveal" buttons={[ { text: "Start Free", href: "contact" }, { text: "Watch Demo", href: "#how-it-works" }, -- 2.49.1