Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -33,6 +33,7 @@ export default function LoginPage() {
|
||||
{ name: "password", type: "password", placeholder: "Password" },
|
||||
]}
|
||||
buttonText="Login"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user