Update src/app/page.tsx

This commit is contained in:
2026-06-05 13:09:33 +00:00
parent 828f740d8b
commit b27e9d10c4

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