Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-22 04:19:25 +00:00
2 changed files with 3 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ export default function GeneratorPage() {
title="Ready to build?"
description="Let our AI analyze your topics and design your slide deck."
buttons={[{ text: "Generate Presentation", onClick: () => alert("Generating...: " + topic) }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
</ReactLenis>

View File

@@ -33,6 +33,7 @@ export default function LoginPage() {
{ name: "password", type: "password", placeholder: "Password" },
]}
buttonText="Login"
useInvertedBackground={false}
/>
</div>
</ReactLenis>