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}`)}