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 */}