From f28272a7c52201a9765f4e47cc3fa8bcfcb0f171 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:14:31 +0000 Subject: [PATCH] Update src/app/forgot-password/page.tsx --- src/app/forgot-password/page.tsx | 85 +++++++++++--------------------- 1 file changed, 28 insertions(+), 57 deletions(-) diff --git a/src/app/forgot-password/page.tsx b/src/app/forgot-password/page.tsx index bc8009e..4a7ab07 100644 --- a/src/app/forgot-password/page.tsx +++ b/src/app/forgot-password/page.tsx @@ -5,101 +5,72 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import { Lock } from "lucide-react"; import Link from "next/link"; export default function ForgotPasswordPage() { - const navItems = [ - { name: "Home", id: "home" }, - { name: "Services", id: "services" }, - { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, - { name: "About", id: "about" }, - ]; - return ( - {/* Navbar */} - {/* Hero Section - Forgot Password */}
- {/* Contact CTA Section */}
- {/* Footer */}