From d4b651f5ee1e0a8433e4470a5f53fdd284b82858 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:11:01 +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 f142717..bfe4b6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,6 +64,7 @@ export default function LandingPage() { { type: 'image', src: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/bubbles-ascending-slowly-through-ocean-s-1775511261316-98e8ea56.png', alt: 'Ocean bubbles' }, { type: 'text', content: ' 5Rs Strategy' } ]} + useInvertedBackground={false} className="bg-background-accent text-foreground py-20" /> -- 2.49.1