From addb16b2135f66cd71d4b596e47d54b25de97f77 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 13:30:43 +0200 Subject: [PATCH] Bob AI: change background to dots pattern --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a59c8c..329715f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="sharp" contentWidth="compact" sizing="mediumLarge" - background="none" + background="dots" cardStyle="elevated" primaryButtonStyle="shadow" secondaryButtonStyle="layered"