From b27e9d10c4f1560aaa9fd63b2d9d40cc959b68c3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 13:09:33 +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 c1efa50..c62be90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,6 +59,7 @@ export default function LandingPage() { description="Turn your ideas into visuals in seconds using advanced AI. No design skills required—just describe what you want and watch it come to life." tag="AI-Powered Creation" tagIcon={Sparkles} + useInvertedBackground={false} inputPlaceholder="Describe the image you want to create..." buttonText="Generate Image" onSubmit={(prompt) => alert(`Generating image for: ${prompt}`)}