Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-06-05 13:09:37 +00:00

View File

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