diff --git a/src/app/forgot-password/page.tsx b/src/app/forgot-password/page.tsx index e83bdea..bd3f41f 100644 --- a/src/app/forgot-password/page.tsx +++ b/src/app/forgot-password/page.tsx @@ -14,7 +14,7 @@ export default function ForgotPasswordPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -31,9 +31,7 @@ export default function ForgotPasswordPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Get Started", - href: "/signup", - }} + text: "Get Started", href: "/signup"}} className="shadow-lg backdrop-blur-md" buttonClassName="bg-gradient-to-r from-maroon-600 to-maroon-700 hover:shadow-maroon-200" /> @@ -45,18 +43,13 @@ export default function ForgotPasswordPage() { description="Don't worry! Enter your email address below and we'll send you a link to reset your password. You'll be back to managing your employee documents in no time." buttons={[ { - text: "Send Reset Link", - href: "#", - }, + text: "Send Reset Link", href: "#"}, { - text: "Back to Login", - href: "/signup", - }, + text: "Back to Login", href: "/signup"}, ]} background={{ - variant: "floatingGradient", - }} - imageSrc="http://img.b2bpic.net/free-photo/inclusive-education-concept_23-2149313796.jpg?_wi=4" + variant: "sparkles-gradient"}} + imageSrc="http://img.b2bpic.net/free-photo/inclusive-education-concept_23-2149313796.jpg" imageAlt="DocFlow Security" mediaAnimation="slide-up" frameStyle="card" @@ -73,14 +66,10 @@ export default function ForgotPasswordPage() { socialLinks={[ { icon: Linkedin, - href: "https://linkedin.com/company/docflow", - ariaLabel: "DocFlow LinkedIn", - }, + href: "https://linkedin.com/company/docflow", ariaLabel: "DocFlow LinkedIn"}, { icon: Twitter, - href: "https://twitter.com/docflow_qa", - ariaLabel: "DocFlow Twitter", - }, + href: "https://twitter.com/docflow_qa", ariaLabel: "DocFlow Twitter"}, ]} />